Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 16:50:30 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311030 - head/x11/dgs
Message-ID:  <201301261650.r0QGoUtU075990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Jan 26 16:50:30 2013
New Revision: 311030
URL: http://svnweb.freebsd.org/changeset/ports/311030

Log:
  - strip shlibversion in depedency

Modified:
  head/x11/dgs/Makefile

Modified: head/x11/dgs/Makefile
==============================================================================
--- head/x11/dgs/Makefile	Sat Jan 26 16:46:05 2013	(r311029)
+++ head/x11/dgs/Makefile	Sat Jan 26 16:50:30 2013	(r311030)
@@ -11,9 +11,9 @@ MASTER_SITE_SUBDIR=	../old-gnu/dgs
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A display ghostscript system
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 		png15:${PORTSDIR}/graphics/png \
-		tiff.4:${PORTSDIR}/graphics/tiff
+		tiff:${PORTSDIR}/graphics/tiff
 
 USE_GHOSTSCRIPT_RUN=	yes
 USE_XORG=	xt sm ice xext x11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301261650.r0QGoUtU075990>