diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-04 07:48:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-04 07:48:40 +0000 |
commit | d3b149abb5b62258cb27cbd2aa82fbb5d395bd16 (patch) | |
tree | 11e4d0fd990b6b37744254fe8e98db494b055ef6 /games/bombermaze/Makefile | |
parent | Upgrade to v4.0.2. (diff) |
Update to 0.5.
Notes
Notes:
svn path=/head/; revision=31305
Diffstat (limited to 'games/bombermaze/Makefile')
-rw-r--r-- | games/bombermaze/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index 589788468326..d8ebc23ad438 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bombermaze -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.0 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,12 +15,11 @@ MAINTAINER= sobomax@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |