diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-12-21 08:59:42 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-12-21 08:59:42 +0000 |
commit | 7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8 (patch) | |
tree | 14e5daf0321e5bcec6a69cf36c14c650a67788ed /security/seahorse | |
parent | 01b976f45a05e3b5dd2a265a53effbf87560d087 (diff) | |
download | ports-7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8.tar.gz ports-7ef18bc03149b2fd5fc002e2e5a219c3796ee2e8.zip |
Notes
Diffstat (limited to 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 389d958c9ea7..4b34da640056 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -7,7 +7,7 @@ PORTNAME= seahorse PORTVERSION= 0.7.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 @@ -18,7 +18,7 @@ COMMENT= A front end for GnuPG BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme03 +LIB_DEPENDS= gpgme03.9:${PORTSDIR}/security/gpgme03 USE_BZIP2= yes USE_X_PREFIX= yes @@ -31,7 +31,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + s|DATADIRNAME=lib|DATADIRNAME=share|g; \ + s|gpgme-config|gpgme03-config|' ${WRKSRC}/configure @${CP} ${WRKSRC}/data/seahorse.schemas.in ${WRKSRC}/data/seahorse.schemas .include <bsd.port.mk> |