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 /deskutils/preferences.app | |
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 'deskutils/preferences.app')
-rw-r--r-- | deskutils/preferences.app/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/preferences.app/Makefile b/deskutils/preferences.app/Makefile index 766c24f21546..7ea70bbf42db 100644 --- a/deskutils/preferences.app/Makefile +++ b/deskutils/preferences.app/Makefile @@ -20,6 +20,10 @@ USE_BZIP2= yes PREFIX= ${LOCALBASE}/GNUstep NO_MTREE= yes USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes MAKEFILE= GNUmakefile INSTALLS_SHLIB= yes @@ -33,11 +37,4 @@ post-patch: ${SED} -e "s= -Werror==" ${WRKSRC}/${i}.sed > ${WRKSRC}/${i} .endfor -.include <bsd.port.pre.mk> - -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk" - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |