summaryrefslogtreecommitdiff
path: root/x11/libICE/Makefile
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-03-18 20:30:04 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-03-18 20:30:04 +0000
commita28953dc2d173c9d923c1ca57d3cd76fe74ed188 (patch)
tree595ad1e836116a7629ba5f3b1c1f7a9971963f25 /x11/libICE/Makefile
parentMark grip port as fixed for recent vulnerability. (diff)
Generate proper package listing when using new mtree from xorg-server port.
Notes
Notes: svn path=/head/; revision=131587
Diffstat (limited to 'x11/libICE/Makefile')
-rw-r--r--x11/libICE/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/libICE/Makefile b/x11/libICE/Makefile
index 37c8671d24cb..54804bc1d7c7 100644
--- a/x11/libICE/Makefile
+++ b/x11/libICE/Makefile
@@ -29,4 +29,12 @@ USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
USE_GNOME= gnomehack pkgconfig
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${X_WINDOW_SYSTEM:L} == xorg
+PLIST_SUB+= NEWMTREE=""
+.else
+PLIST_SUB+= NEWMTREE="@comment "
+.endif
+
+.include <bsd.port.post.mk>