[Midnightbsd-cvs] mports [20772] trunk/graphics/imlib/Makefile: fix depends
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 20:34:51 EST 2015
Revision: 20772
http://svnweb.midnightbsd.org/mports/?rev=20772
Author: laffer1
Date: 2015-11-12 20:34:51 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
fix depends
Modified Paths:
--------------
trunk/graphics/imlib/Makefile
Modified: trunk/graphics/imlib/Makefile
===================================================================
--- trunk/graphics/imlib/Makefile 2015-11-13 01:33:45 UTC (rev 20771)
+++ trunk/graphics/imlib/Makefile 2015-11-13 01:34:51 UTC (rev 20772)
@@ -12,13 +12,12 @@
LICENSE= gpl2
-LIB_DEPENDS= png:${PORTSDIR}/graphics/png \
- tiff:${PORTSDIR}/graphics/tiff \
- gif:${PORTSDIR}/graphics/giflib
+LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libgif.so:${PORTSDIR}/graphics/giflib
USES= libtool tar:bzip2 gmake
USE_XORG= sm xext x11
-USE_GMAKE= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -26,8 +25,6 @@
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
-MAN1= imlib-config.1 imlib_config.1
-
pre-configure:
@${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in
@${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure
More information about the Midnightbsd-cvs
mailing list