diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:32:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:32:33 +0800 |
commit | 20ef14c38bc0a9e080e0ffdbbeb922cbf9d4fd42 (patch) | |
tree | 9c31286b794b51a5dc22e880c609854bb617b5ec /archivers/libcomprex/Makefile | |
parent | f7e998b47003bdd8a5b22460473928b3f48bb82b (diff) | |
download | freebsd-ports-gnome-20ef14c38bc0a9e080e0ffdbbeb922cbf9d4fd42.tar.gz freebsd-ports-gnome-20ef14c38bc0a9e080e0ffdbbeb922cbf9d4fd42.tar.zst freebsd-ports-gnome-20ef14c38bc0a9e080e0ffdbbeb922cbf9d4fd42.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'archivers/libcomprex/Makefile')
-rw-r--r-- | archivers/libcomprex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index a3eb5bcc75a4..c39318dcf8ed 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -3,7 +3,7 @@ PORTNAME= libcomprex PORTVERSION= 0.3.3 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= archivers MASTER_SITES= SF/gnupdate/${PORTNAME}/${PORTVERSION} @@ -16,7 +16,7 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes INSTALL_TARGET= install-strip -USES= libtool:keepla pathfix pkgconfig +USES= libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |