diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-02 08:21:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-02 08:21:23 +0000 |
commit | 7d3ae456d46ebc578701ee6112d5a1c566f88293 (patch) | |
tree | 2954d303dcd770ab03fd14a1c7c372dc6ccfec26 /x11-toolkits | |
parent | add missing check for GNUSTEP_GUI_DEVEL (diff) |
remove extra include
Notes
Notes:
svn path=/head/; revision=71311
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 bae740ed1c3a..b761e7990ddf 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> |