diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 07:44:41 +0000 |
commit | 06f79b66f2eb028c4ab81977dcb1e010ef9cf946 (patch) | |
tree | b7aed86ac84412d11603ce23b7893d46f0d7475b /mail/gnumail | |
parent | 5c3f57fd49a53ee36e7a7bc6263e4dd1fd331c27 (diff) |
Notes
Diffstat (limited to 'mail/gnumail')
-rw-r--r-- | mail/gnumail/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index bbe9efe60ee0..07798deab96d 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -16,13 +16,11 @@ LICENSE= GPLv2 USES+= cpe CPE_VENDOR= gnu -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes -USE_GNUSTEP_LOCAL_LIBS+= Pantomime:mail/pantomime -USE_GNUSTEP_LOCAL_LIBS+= Addresses:mail/addresses -USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} +USES= gnustep +USE_GNUSTEP= back build +LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime \ + libAddresses.so:${PORTSDIR}/mail/addresses +USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT} |