[Midnightbsd-cvs] mports [19745] trunk/x11-toolkits/gnustep-back/Makefile: this still needs to be updated, but at least get the dependencies coming in
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 12 23:00:16 EDT 2015
Revision: 19745
http://svnweb.midnightbsd.org/mports/?rev=19745
Author: laffer1
Date: 2015-08-12 23:00:16 -0400 (Wed, 12 Aug 2015)
Log Message:
-----------
this still needs to be updated, but at least get the dependencies coming in
Modified Paths:
--------------
trunk/x11-toolkits/gnustep-back/Makefile
Modified: trunk/x11-toolkits/gnustep-back/Makefile
===================================================================
--- trunk/x11-toolkits/gnustep-back/Makefile 2015-08-13 02:55:53 UTC (rev 19744)
+++ trunk/x11-toolkits/gnustep-back/Makefile 2015-08-13 03:00:16 UTC (rev 19745)
@@ -10,12 +10,15 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= GNUstep GUI backend
+
LICENSE= gpl3
-LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff \
- fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
+LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
+USES= gnustep pkgconfig
+USE_GNUSTEP= base gui build
USE_XORG= xft xrender xmu xext x11
USE_FREETYPE= yes
GNU_CONFIGURE= yes
@@ -26,7 +29,6 @@
CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
USE_GMAKE= yes
-USE_GNUSTEP= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BUILD= yes
More information about the Midnightbsd-cvs
mailing list