aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gnumail/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-28 09:42:30 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-28 09:42:30 +0800
commit19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch)
tree4bcc406896488d66df12ae8d93a36a4982246190 /mail/gnumail/Makefile
parentd5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff)
downloadfreebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz
freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.zst
freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip
- use new hook USE_GNUSTEP in bsd.port.mk
Diffstat (limited to 'mail/gnumail/Makefile')
-rw-r--r--mail/gnumail/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile
index 85d13dc87cf..0dbed98be70 100644
--- a/mail/gnumail/Makefile
+++ b/mail/gnumail/Makefile
@@ -23,16 +23,15 @@ PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
WRKSRC= ${WRKDIR}/GNUMail
USE_GMAKE= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
MAKEFILE=
ALL_TARGET=
.include <bsd.port.pre.mk>
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
PANTOMIME_PORT?= mail/pantomime
.include <bsd.port.post.mk>