diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-07 00:52:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-07 00:52:02 +0800 |
commit | a0552735eead4355592b1de4ff725a81cd15c639 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /sysutils/afflib | |
parent | 8299502db0258bd86eab49cbbc41ade51bcb6d6f (diff) | |
download | freebsd-ports-gnome-a0552735eead4355592b1de4ff725a81cd15c639.tar.gz freebsd-ports-gnome-a0552735eead4355592b1de4ff725a81cd15c639.tar.zst freebsd-ports-gnome-a0552735eead4355592b1de4ff725a81cd15c639.zip |
Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
Diffstat (limited to 'sysutils/afflib')
-rw-r--r-- | sysutils/afflib/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index e1531b9d9855..c5757822645e 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -1,10 +1,5 @@ -# Ports collection makefile for: afflib -# -# Date created: 15/02/2008 -# Whom: Chris Calvey <chris@securityforensics.co.uk> -# +# Created by: Chris Calvey <chris@securityforensics.co.uk> # $FreeBSD$ -# PORTNAME= afflib PORTVERSION= 3.7.1 @@ -23,10 +18,9 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ USE_LDCONFIG= yes USE_OPENSSL= yes USE_ICONV= yes -USE_FUSE= yes +USES= fuse pathfix USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --enable-s3=yes --libdir=${PREFIX} CPPFLAGS+= -DFUSE_USE_VERSION=26 |