diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-13 18:46:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-13 18:46:11 +0800 |
commit | 116c7b9df9640489fc9135d1071e23c54d5879ad (patch) | |
tree | c322c34ba524095a7ec2989b8d730c57e9db740d /devel/log4c/Makefile | |
parent | 73dd099955a6106bcf187c9d4bb59f7a29a5f62f (diff) | |
download | freebsd-ports-gnome-116c7b9df9640489fc9135d1071e23c54d5879ad.tar.gz freebsd-ports-gnome-116c7b9df9640489fc9135d1071e23c54d5879ad.tar.zst freebsd-ports-gnome-116c7b9df9640489fc9135d1071e23c54d5879ad.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel/log4c/Makefile')
-rw-r--r-- | devel/log4c/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/log4c/Makefile b/devel/log4c/Makefile index 68bfb4b41e10..d3c7fa894457 100644 --- a/devel/log4c/Makefile +++ b/devel/log4c/Makefile @@ -3,6 +3,7 @@ PORTNAME= log4c PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF @@ -16,8 +17,8 @@ OPTIONS_DEFAULT=EXPAT EXPAT_CONFIGURE_WITH= expat EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= pathfix -USE_AUTOTOOLS= libtool +USES= libtool pathfix +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |