diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 06:03:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-03 06:03:01 +0800 |
commit | f0fcdde7f329109e567dce6501aa41d64ea5efeb (patch) | |
tree | 0b5be37812e1b823bf2d85790e9d76c0ae472868 /games | |
parent | 47a13630c620b051f73697c3cc5ad43c5fceaaeb (diff) | |
download | freebsd-ports-gnome-f0fcdde7f329109e567dce6501aa41d64ea5efeb.tar.gz freebsd-ports-gnome-f0fcdde7f329109e567dce6501aa41d64ea5efeb.tar.zst freebsd-ports-gnome-f0fcdde7f329109e567dce6501aa41d64ea5efeb.zip |
- Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/adgali/Makefile | 6 | ||||
-rw-r--r-- | games/adgali/pkg-plist | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index 86280ec077c5..4ee141207da1 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -3,7 +3,7 @@ PORTNAME= adgali PORTVERSION= 0.2.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games devel MASTER_SITES= http://adgali.apiou.org/download/ @@ -20,9 +20,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif -USES= gmake -USE_AUTOTOOLS= libtool -USE_BZIP2= yes +USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes USE_SDL= sdl USE_XORG= xpm diff --git a/games/adgali/pkg-plist b/games/adgali/pkg-plist index 4461ba7f40bc..065423105ff9 100644 --- a/games/adgali/pkg-plist +++ b/games/adgali/pkg-plist @@ -7,10 +7,9 @@ include/agl_gui.h include/agl_ios.h include/agl_object.h include/agl_video.h -lib/libadgali-0.2.so lib/libadgali-0.2.so.0 +lib/libadgali-0.2.so.0.0.4 lib/libadgali.a -lib/libadgali.la lib/libadgali.so share/aclocal/adgali.m4 %%PORTDOCS%%%%DOCSDIR%%/adgali025.png |