diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-21 17:45:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-21 17:45:34 +0800 |
commit | 9dae7b0dab0ea4af476df10077a764bfcf37d467 (patch) | |
tree | aea61fbd458cf84aec409ac84c79d6f716c8b293 /comms | |
parent | fc77228f8605fbbd1cc1686574196b0dd24eeaaa (diff) | |
download | freebsd-ports-gnome-9dae7b0dab0ea4af476df10077a764bfcf37d467.tar.gz freebsd-ports-gnome-9dae7b0dab0ea4af476df10077a764bfcf37d467.tar.zst freebsd-ports-gnome-9dae7b0dab0ea4af476df10077a764bfcf37d467.zip |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gsmlib/Makefile | 4 | ||||
-rw-r--r-- | comms/gsmlib/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 61e783cdaeb8..d557e6d3f083 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsmlib PORTVERSION= 1.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms MASTER_SITES= DEBIAN #TODO: examine the Debian patches, and changes in the Mandrake @@ -13,7 +13,7 @@ DISTFILES= gsmlib_1.10.orig.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Library to access GSM mobile phones through GSM modems -USES= gmake libtool:keepla +USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/comms/gsmlib/pkg-plist b/comms/gsmlib/pkg-plist index 82e5bd6a362e..d87748885af1 100644 --- a/comms/gsmlib/pkg-plist +++ b/comms/gsmlib/pkg-plist @@ -24,12 +24,10 @@ include/gsmlib/gsm_sorted_sms_store.h include/gsmlib/gsm_unix_serial.h include/gsmlib/gsm_util.h lib/libgsmext.a -lib/libgsmext.la lib/libgsmext.so lib/libgsmext.so.1 lib/libgsmext.so.1.0.4 lib/libgsmme.a -lib/libgsmme.la lib/libgsmme.so lib/libgsmme.so.1 lib/libgsmme.so.1.0.4 |