diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 16:36:39 +0000 |
commit | 2898e3fa0cd98a2293e7ac858e3efaf16444c98c (patch) | |
tree | 0c98bf4df764b75bc08fe49f8d5555bf3212ef21 /games/libggz | |
parent | d6666c0ddc9171e178c5e456ba6d0bc61dba9ac2 (diff) | |
download | ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.tar.gz ports-2898e3fa0cd98a2293e7ac858e3efaf16444c98c.zip |
Notes
Diffstat (limited to 'games/libggz')
-rw-r--r-- | games/libggz/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 72324a07823b..292d51e83d44 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -1,20 +1,15 @@ -# ex:ts=8 -# Ports collection makefile for: libggz -# Date created: Oct 8, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MAINTAINER= kde@FreeBSD.org COMMENT= The GGZ Gaming Zone - Base Library -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt USE_AUTOTOOLS= libtool USES= pathfix |