diff options
Diffstat (limited to 'x11/resourceext/Makefile')
-rw-r--r-- | x11/resourceext/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/resourceext/Makefile b/x11/resourceext/Makefile index 7cfa50a..c82986e 100644 --- a/x11/resourceext/Makefile +++ b/x11/resourceext/Makefile @@ -24,4 +24,12 @@ USE_GMAKE= yes NO_BUILD= yes USE_GNOME= gnomehack -.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> |