diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:17:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-10 20:17:23 +0800 |
commit | 2fa91eb30853006d448ce8d10d12dbd4698ae45e (patch) | |
tree | 3984321dacbc248c4b4a29ee49ee8b78a9d317f7 /games/libggz/Makefile | |
parent | 4d7e2a24c8e4635ac90fbec3164e6445dd135920 (diff) | |
download | freebsd-ports-gnome-2fa91eb30853006d448ce8d10d12dbd4698ae45e.tar.gz freebsd-ports-gnome-2fa91eb30853006d448ce8d10d12dbd4698ae45e.tar.zst freebsd-ports-gnome-2fa91eb30853006d448ce8d10d12dbd4698ae45e.zip |
- Drop .la files for games/libggz, no dependees require them
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'games/libggz/Makefile')
-rw-r--r-- | games/libggz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile index ac12e3fd5e10..ed9019252309 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -3,7 +3,7 @@ PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MAINTAINER= ports@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= The GGZ Gaming Zone - Base Library LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt -USES= libtool:oldver pathfix +USES= libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug USE_LDCONFIG= yes |