diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-16 13:41:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-16 13:41:41 +0000 |
commit | a6896bd6e967b15f97803bec6c591b75e7d17d47 (patch) | |
tree | f7c2836cfb2929aaa76702e84c26f2d13c25f9ed /sysutils/afflib/Makefile | |
parent | 7c002641090e6e792e6579dc3619bab5a885d4d1 (diff) |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=368311
Diffstat (limited to 'sysutils/afflib/Makefile')
-rw-r--r-- | sysutils/afflib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/afflib/Makefile b/sysutils/afflib/Makefile index 4090ed0565d0..d5d1b33c0730 100644 --- a/sysutils/afflib/Makefile +++ b/sysutils/afflib/Makefile @@ -3,7 +3,7 @@ PORTNAME= afflib PORTVERSION= 3.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/ @@ -17,7 +17,7 @@ LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ USE_LDCONFIG= yes USE_OPENSSL= yes -USES= fuse libtool:keepla pathfix +USES= fuse libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-s3=yes INSTALL_TARGET= install-strip |