diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-02 08:21:23 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-02 08:21:23 +0000 |
commit | 984f46664de3c86d83000c5e089efa6fc043dc7a (patch) | |
tree | a26405ff1479e661d75d3e96f3f9b40c0ccbea02 /x11-toolkits | |
parent | 5ee16589e836ff4ad8b7a7cc1c539fc67ca71829 (diff) | |
download | FreeBSD-ports-984f46664de3c86d83000c5e089efa6fc043dc7a.zip FreeBSD-ports-984f46664de3c86d83000c5e089efa6fc043dc7a.tar.gz |
remove extra include
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index bae740e..b761e79 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -94,10 +94,10 @@ do-install: @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) -.include <bsd.port.pre.mk> .if defined(GNUSTEP_GUI_DEVEL) .if ${OSVERSION} > 500030 CONFIGURE_ARGS+= --disable-gsnd .endif .endif + .include <bsd.port.post.mk> |