diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-01-02 16:54:13 +0800 |
commit | 3d0dcc46ab28c7878935e64dfe02556912e62702 (patch) | |
tree | 181d1b6872876f32cf58ed1d2d107df2d1644a6a /mail/wmbiff | |
parent | 47f7062f8daf1af7f064d90f971d4749a42363e2 (diff) | |
download | freebsd-ports-gnome-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.gz freebsd-ports-gnome-3d0dcc46ab28c7878935e64dfe02556912e62702.tar.zst freebsd-ports-gnome-3d0dcc46ab28c7878935e64dfe02556912e62702.zip |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 696ec80aaa39..604567ad1f88 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmbiff PORTVERSION= 0.4.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail windowmaker afterstep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -37,7 +37,7 @@ PLIST_DIRS= %%DATADIR%%/skins \ .if defined(WITH_GNUTLS) LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - gnutls.13:${PORTSDIR}/security/gnutls + gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-libgnutls-prefix=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} .else |