Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 21:54:33 +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: r336227 - in head: graphics/jasper x11-toolkits/lesstif
Message-ID:  <201312112154.rBBLsX8V069298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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-*
 



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