[Midnightbsd-cvs] mports: bsd.mport.mk: Document USE_XFCE.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 24 23:02:05 EDT 2008
Log Message:
-----------
Document USE_XFCE.
Catch a case we missed earlier.
Modified Files:
--------------
mports/Mk:
bsd.mport.mk (r1.116 -> r1.117)
-------------- next part --------------
Index: bsd.mport.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.mport.mk,v
retrieving revision 1.116
retrieving revision 1.117
diff -L Mk/bsd.mport.mk -L Mk/bsd.mport.mk -u -r1.116 -r1.117
--- Mk/bsd.mport.mk
+++ Mk/bsd.mport.mk
@@ -369,6 +369,10 @@
##
# USE_SDL - If set, this port uses the sdl libraries.
# See bsd.sdl.mk for more information.
+#
+# USE_XFCE - If set, this port uses the XFCE libraries.
+# See bsd.xfce.mk for more information.
+#
# USE_XPM - If set, this port uses the xpm graphics libraries.
##
# USE_OPENSSL - If set, this port relies on the OpenSSL package.
@@ -1940,6 +1944,9 @@
.include "${PORTSDIR}/Mk/bsd.gnome.mk"
.endif
+.if defined(USE_XFCE)
+.include "${PORTSDIR}/Mk/bsd.xfce.mk"
+.endif
.if exists(${PORTSDIR}/../Makefile.inc)
.include "${PORTSDIR}/../Makefile.inc"
More information about the Midnightbsd-cvs
mailing list