diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-06-20 22:27:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-06-20 22:27:31 +0000 |
commit | bfb71c9309d64d7d259f2b7610f849f4fa1a2454 (patch) | |
tree | fed253b5462c0b400ea4a8cc905c8f8a71d8cc4a /x11-toolkits/gnustep-gui/Makefile | |
parent | 0d482fb9ad96799305c27ace77031590d1c598e5 (diff) | |
download | ports-bfb71c9309d64d7d259f2b7610f849f4fa1a2454.tar.gz ports-bfb71c9309d64d7d259f2b7610f849f4fa1a2454.zip |
Notes
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 849a94587aee..687b98215770 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -40,6 +40,7 @@ CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x-include=${X11BASE}/include CONFIGURE_ARGS+= --with-x-include=${X11BASE}/lib USE_XLIB= yes +EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.patch .endif USE_GMAKE= yes USE_GNUSTEP= yes |