aboutsummaryrefslogtreecommitdiff
path: root/deskutils/preferences.app/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
commit960b679f1061d065f88bd4813bde263ce678ada8 (patch)
tree107bdb5fa02093444105d6a1fc5e4d2603aea083 /deskutils/preferences.app/Makefile
parent35fc62a6c3987f2a495454e42d8c7d7e50f7cc74 (diff)
downloadports-960b679f1061d065f88bd4813bde263ce678ada8.tar.gz
ports-960b679f1061d065f88bd4813bde263ce678ada8.zip
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'deskutils/preferences.app/Makefile')
-rw-r--r--deskutils/preferences.app/Makefile13
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>