diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-06-15 02:42:14 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-06-15 02:42:14 +0000 |
commit | 5066edac69f0b75a3904e5aaa7fbcf3c140dc131 (patch) | |
tree | 806b9a6794965f086c7b4f9ca9538b2e2e2825e9 /x11/renderext/Makefile | |
parent | 2552b8e5f9c2bef21e6add3686f7c04684f0622f (diff) | |
download | ports-5066edac69f0b75a3904e5aaa7fbcf3c140dc131.tar.gz ports-5066edac69f0b75a3904e5aaa7fbcf3c140dc131.zip |
Notes
Diffstat (limited to 'x11/renderext/Makefile')
-rw-r--r-- | x11/renderext/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/x11/renderext/Makefile b/x11/renderext/Makefile index 4ef86b0c7e80..ca4b5a2b099b 100644 --- a/x11/renderext/Makefile +++ b/x11/renderext/Makefile @@ -23,12 +23,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig -.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> +.include <bsd.port.mk> |