diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-28 01:42:30 +0000 |
commit | 960b679f1061d065f88bd4813bde263ce678ada8 (patch) | |
tree | 107bdb5fa02093444105d6a1fc5e4d2603aea083 /x11-toolkits/gnustep-gui | |
parent | 35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff) |
Notes
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> |