diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-15 17:05:37 +0800 |
commit | fab688a7c4153e7aad8d81aa6c70167666bae3d8 (patch) | |
tree | 03708cdbdeb7094897643531ddd754b2c9a2c51b /mail/gbuffy | |
parent | 829d284efdd1904e092f24ebc0a79dfa48355de1 (diff) | |
download | freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.gz freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.tar.zst freebsd-ports-gnome-fab688a7c4153e7aad8d81aa6c70167666bae3d8.zip |
Add missing USE_OPENSSL=yes
PR: 195796
Diffstat (limited to 'mail/gbuffy')
-rw-r--r-- | mail/gbuffy/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/gbuffy/Makefile b/mail/gbuffy/Makefile index e7afef8c3821..113824a6b8c6 100644 --- a/mail/gbuffy/Makefile +++ b/mail/gbuffy/Makefile @@ -3,7 +3,7 @@ PORTNAME= gbuffy PORTVERSION= 0.2.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/ @@ -13,10 +13,12 @@ COMMENT= GTK+ multiple mailbox "biff" program LIB_DEPENDS= libPropList.so:${PORTSDIR}/devel/libPropList \ libcompface.so:${PORTSDIR}/mail/faces -PLIST_FILES= bin/gbuffy -USE_GNOME= gtk12 GNU_CONFIGURE= yes LIBS+= -L${LOCALBASE}/lib +USE_GNOME= gtk12 +USE_OPENSSL= yes + +PLIST_FILES= bin/gbuffy post-patch: @${REINPLACE_CMD} -e 's|bindir)|DESTDIR)$$(&|' \ |