diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-03-19 04:35:47 +0000 |
commit | 6347a206e510ad1a676a522e7afa9ec79acab499 (patch) | |
tree | 961ced8843160f1ed9e4537bf92ada606497d2de /mail/pantomime | |
parent | 391766f2a5df26b426df38da825322784f4732b1 (diff) | |
download | FreeBSD-ports-6347a206e510ad1a676a522e7afa9ec79acab499.zip FreeBSD-ports-6347a206e510ad1a676a522e7afa9ec79acab499.tar.gz |
- add USE_GNUSTEP_PREFIX
Diffstat (limited to 'mail/pantomime')
-rw-r--r-- | mail/pantomime/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 781e000..65dcd01 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -15,12 +15,10 @@ DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Mail/MIME handling library for GNUstep -GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep -PREFIX= ${GNUSTEP_PREFIX} -NO_MTREE= yes WRKSRC= ${WRKDIR}/Pantomime USE_GMAKE= yes USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes |