svn commit: r336227 - in head: graphics/jasper x11-toolkits/lesstif

Dirk Meyer dinoex at FreeBSD.org
Wed Dec 11 21:54:34 UTC 2013


Author: dinoex
Date: Wed Dec 11 21:54:33 2013
New Revision: 336227
URL: http://svnweb.freebsd.org/changeset/ports/336227

Log:
  - update LIB_DEPENDS

Modified:
  head/graphics/jasper/Makefile
  head/x11-toolkits/lesstif/Makefile

Modified: head/graphics/jasper/Makefile
==============================================================================
--- head/graphics/jasper/Makefile	Wed Dec 11 21:53:56 2013	(r336226)
+++ head/graphics/jasper/Makefile	Wed Dec 11 21:54:33 2013	(r336227)
@@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR=	ImageMagick/delegate
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	An implementation of the codec specified in the JPEG-2000 standard
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
 
 LICENSE=	MIT
 

Modified: head/x11-toolkits/lesstif/Makefile
==============================================================================
--- head/x11-toolkits/lesstif/Makefile	Wed Dec 11 21:53:56 2013	(r336226)
+++ head/x11-toolkits/lesstif/Makefile	Wed Dec 11 21:54:33 2013	(r336227)
@@ -11,8 +11,8 @@ MASTER_SITES=	SF
 MAINTAINER=	dinoex at FreeBSD.org
 COMMENT=	API compatible clone of the Motif toolkit
 
-LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
-		freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 CONFLICTS?=	open-motif-*
 


More information about the svn-ports-head mailing list