diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 13:01:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-01 13:01:17 +0800 |
commit | 25b548911ccb057a51ed2041471a5e5abeed62af (patch) | |
tree | 1560751b57d961526239c3b52a9851183222f7b3 /devel | |
parent | 472b2bc7583cb72be3115e481ed66f2eeffe2f49 (diff) | |
download | freebsd-ports-gnome-25b548911ccb057a51ed2041471a5e5abeed62af.tar.gz freebsd-ports-gnome-25b548911ccb057a51ed2041471a5e5abeed62af.tar.zst freebsd-ports-gnome-25b548911ccb057a51ed2041471a5e5abeed62af.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tclreadline/Makefile | 6 | ||||
-rw-r--r-- | devel/tclreadline/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/tclreadline/Makefile b/devel/tclreadline/Makefile index 4ae179262a14..b00ed5ac1ebc 100644 --- a/devel/tclreadline/Makefile +++ b/devel/tclreadline/Makefile @@ -3,15 +3,15 @@ PORTNAME= tclreadline PORTVERSION= 2.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel tcl MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org COMMENT= GNU readline for TCL -USES+= tcl -USE_AUTOTOOLS= libtool +USES= libtool tcl +GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB+= VERSION="${PORTVERSION}" diff --git a/devel/tclreadline/pkg-plist b/devel/tclreadline/pkg-plist index 2f939f8d2cdd..64df12311705 100644 --- a/devel/tclreadline/pkg-plist +++ b/devel/tclreadline/pkg-plist @@ -1,7 +1,6 @@ include/tclreadline.h lib/libtclreadline-%%VERSION%%.so lib/libtclreadline.a -lib/libtclreadline.la lib/libtclreadline.so lib/tclreadline%%VERSION%%/pkgIndex.tcl lib/tclreadline%%VERSION%%/tclreadlineCompleter.tcl |