diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-28 09:42:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-28 09:42:30 +0800 |
commit | 19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch) | |
tree | 4bcc406896488d66df12ae8d93a36a4982246190 /x11-toolkits/gnustep-gui | |
parent | d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff) | |
download | freebsd-ports-gnome-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz freebsd-ports-gnome-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.zst freebsd-ports-gnome-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip |
- use new hook USE_GNUSTEP in bsd.port.mk
Diffstat (limited to 'x11-toolkits/gnustep-gui')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index a9eb6fe2361a..bb1f45227263 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -31,18 +31,15 @@ CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include USE_GMAKE= yes -MAKEFILE= -MAKE_FLAGS+= OPTFLAG="${CFLAGS}" -BREAKS_IF_PEDANTIC= yes -EXTRA_FIX= ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile - -.include <bsd.port.pre.mk> - +USE_GNUSTEP= yes USE_GNUSTEP_CONFIGURE= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_BASE= yes -.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk" +MAKEFILE= +MAKE_FLAGS+= OPTFLAG="${CFLAGS}" +BREAKS_IF_PEDANTIC= yes +EXTRA_FIX= ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss/Makefile post-extract: .for file in config.guess config.sub install-sh @@ -59,4 +56,4 @@ test: @(cd ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss && \ ${GMAKE} && ./patest) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |