diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-15 00:12:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-15 00:12:44 +0800 |
commit | 65e9a668d5206a9f61b29b385a9e5cca4267e320 (patch) | |
tree | f651f6b6487252ee8998dab1818257705655d7e6 | |
parent | db40caee3f8f5092a8cc2e5550b5ea5b6cd94a0a (diff) | |
download | freebsd-ports-gnome-65e9a668d5206a9f61b29b385a9e5cca4267e320.tar.gz freebsd-ports-gnome-65e9a668d5206a9f61b29b385a9e5cca4267e320.tar.zst freebsd-ports-gnome-65e9a668d5206a9f61b29b385a9e5cca4267e320.zip |
- CPE was broken after convertsion to USES=gnustep, fix it
Approved by: portmgr blanket
-rw-r--r-- | mail/gnumail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/gnumail/Makefile b/mail/gnumail/Makefile index 07798deab96d..611dd7e9c8ff 100644 --- a/mail/gnumail/Makefile +++ b/mail/gnumail/Makefile @@ -13,10 +13,8 @@ COMMENT= GNUstep mail client LICENSE= GPLv2 -USES+= cpe +USES= cpe gnustep CPE_VENDOR= gnu - -USES= gnustep USE_GNUSTEP= back build LIB_DEPENDS= libPantomime.so:${PORTSDIR}/mail/pantomime \ libAddresses.so:${PORTSDIR}/mail/addresses |