diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:28:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 20:28:10 +0800 |
commit | 786b26339ce5a58c9898ef9eccb710cf2989a314 (patch) | |
tree | 964292f69568c2da948a75befa8c902fc66f838a /comms | |
parent | f785c129df6afd5ab538aacbca055b9c7587b070 (diff) | |
download | freebsd-ports-gnome-786b26339ce5a58c9898ef9eccb710cf2989a314.tar.gz freebsd-ports-gnome-786b26339ce5a58c9898ef9eccb710cf2989a314.tar.zst freebsd-ports-gnome-786b26339ce5a58c9898ef9eccb710cf2989a314.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libirman/Makefile | 4 | ||||
-rw-r--r-- | comms/libirman/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/comms/libirman/Makefile b/comms/libirman/Makefile index d4132dfae045..b09b88ad2cf8 100644 --- a/comms/libirman/Makefile +++ b/comms/libirman/Makefile @@ -3,7 +3,7 @@ PORTNAME= libirman PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= SF/lirc/${PORTNAME}/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Library for Evation's Irman infrared receiver LICENSE= LGPL20 -USES= gmake tar:bzip2 libtool:keepla +USES= gmake libtool tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/comms/libirman/pkg-plist b/comms/libirman/pkg-plist index 0a94a7043a5a..668f4ecd06ac 100644 --- a/comms/libirman/pkg-plist +++ b/comms/libirman/pkg-plist @@ -2,7 +2,6 @@ bin/workmanir @sample etc/irman.conf.sample include/irman.h lib/libirman.a -lib/libirman.la lib/libirman.so lib/libirman.so.0 lib/libirman.so.0.0.0 |