[Midnightbsd-cvs] mports [19252] trunk/print/cups-base/Makefile: refer to libraries correctly

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 30 11:36:47 EDT 2015


Revision: 19252
          http://svnweb.midnightbsd.org/mports/?rev=19252
Author:   laffer1
Date:     2015-05-30 11:36:47 -0400 (Sat, 30 May 2015)
Log Message:
-----------
refer to libraries correctly

Modified Paths:
--------------
    trunk/print/cups-base/Makefile

Modified: trunk/print/cups-base/Makefile
===================================================================
--- trunk/print/cups-base/Makefile	2015-05-30 15:35:23 UTC (rev 19251)
+++ trunk/print/cups-base/Makefile	2015-05-30 15:36:47 UTC (rev 19252)
@@ -90,10 +90,10 @@
 PKGMESSAGE=	${NONEXISTENT}
 DESCR=		${MASTERDIR}/pkg-descr.client
 .elif defined(CUPS_IMAGE)
-LIB_DEPENDS+=	cups:${PORTSDIR}/${PKGCATEGORY}/cups-client \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		png:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+=	libcups.so:${PORTSDIR}/${PKGCATEGORY}/cups-client \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff
 # force build if old cups is installed.
 BUILD_DEPENDS+=	cups-client${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client
 COMMENT2=	Library cupsimage



More information about the Midnightbsd-cvs mailing list