diff options
author | mezz <mezz@FreeBSD.org> | 2008-03-06 02:22:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-03-06 02:22:04 +0800 |
commit | 75ad5a4778065ac5c39ff624a3c052d7bf499525 (patch) | |
tree | d9a2a42be94721be91b51cb5687f65a1b4618a26 /games/libggz | |
parent | e6a8d2a61d7742941fcab5c3092fd9e9fa0307dc (diff) | |
download | freebsd-ports-gnome-75ad5a4778065ac5c39ff624a3c052d7bf499525.tar.gz freebsd-ports-gnome-75ad5a4778065ac5c39ff624a3c052d7bf499525.tar.zst freebsd-ports-gnome-75ad5a4778065ac5c39ff624a3c052d7bf499525.zip |
Add a dependency, libgcrypt, it has autocheck in its configure and will
enabling by default if libgcrypt exists in system. Bump the PORTREVISION.
Approved by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
Diffstat (limited to 'games/libggz')
-rw-r--r-- | games/libggz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/libggz/Makefile b/games/libggz/Makefile index 80e35d6474e4..2ec1f33da765 100644 --- a/games/libggz/Makefile +++ b/games/libggz/Makefile @@ -8,12 +8,14 @@ PORTNAME= libggz PORTVERSION= ${GGZ_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= The GGZ Gaming Zone - Base Library +LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt + USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget GNU_CONFIGURE= yes |