diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:31:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:31:18 +0800 |
commit | 0510de70162754cf1087b173b1a23e76db01b82e (patch) | |
tree | 94e56f08bc4c9ab5f9c45ff36e2b19f661a953df /games | |
parent | 6a682798e11b567acc73c88761649a540b70651e (diff) | |
download | freebsd-ports-gnome-0510de70162754cf1087b173b1a23e76db01b82e.tar.gz freebsd-ports-gnome-0510de70162754cf1087b173b1a23e76db01b82e.tar.zst freebsd-ports-gnome-0510de70162754cf1087b173b1a23e76db01b82e.zip |
Convert to USES=libtool.
Diffstat (limited to 'games')
-rw-r--r-- | games/libmaitretarot/Makefile | 7 | ||||
-rw-r--r-- | games/libmaitretarot/pkg-plist | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile index b5ad7fa6b3d2..f197b468ce5b 100644 --- a/games/libmaitretarot/Makefile +++ b/games/libmaitretarot/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmaitretarot PORTVERSION= 0.1.98 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= maitretarot @@ -13,10 +13,9 @@ COMMENT= Core library of MaitreTarot, a Tarot card game LICENSE= GPLv2 -USES= pkgconfig tar:bzip2 -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GNOME= glib20 libxml2 lthack +USES= libtool:keepla pkgconfig tar:bzip2 +USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/games/libmaitretarot/pkg-plist b/games/libmaitretarot/pkg-plist index 0f9712acbccf..55d87fd16672 100644 --- a/games/libmaitretarot/pkg-plist +++ b/games/libmaitretarot/pkg-plist @@ -3,3 +3,4 @@ lib/libmaitretarot.a lib/libmaitretarot.la lib/libmaitretarot.so lib/libmaitretarot.so.0 +lib/libmaitretarot.so.0.0.0 |