diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /mail/kbiff/Makefile | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'mail/kbiff/Makefile')
-rw-r--r-- | mail/kbiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 48078a1b00b5..8d72db0e2c50 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -7,7 +7,7 @@ PORTNAME= kbiff PORTVERSION= 3.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail kde MASTER_SITES= http://developer.kde.org/~granroth/kbiff/ @@ -15,9 +15,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Mail notification utility for KDE with nice features USE_BZIP2= yes -USE_KDELIBS_VER= 3 +USE_KDELIBS_VER=3 USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --disable-fast-perl MAN1= kbiff.1 |