diff options
author | will <will@FreeBSD.org> | 2000-07-16 13:17:36 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-16 13:17:36 +0800 |
commit | ff212d968098b25c5334675e6067bf33bc3fa457 (patch) | |
tree | 77b63fffcb52dd6ab732efdee93af0b3c5c44f0d /games | |
parent | e712a278f2ecf3498b3d49e948841f02a423549b (diff) | |
download | freebsd-ports-gnome-ff212d968098b25c5334675e6067bf33bc3fa457.tar.gz freebsd-ports-gnome-ff212d968098b25c5334675e6067bf33bc3fa457.tar.zst freebsd-ports-gnome-ff212d968098b25c5334675e6067bf33bc3fa457.zip |
Update to 0.1.6, and bump gnome shlib version.
PR: 19963
Submitted by: Steve Coltrin <spcoltri@omcl.org> (gnome shlib ver)
Diffstat (limited to 'games')
-rw-r--r-- | games/xscorch/Makefile | 6 | ||||
-rw-r--r-- | games/xscorch/distinfo | 2 | ||||
-rw-r--r-- | games/xscorch/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 39f7f9009866..54611dda85d5 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xscorch -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.6 CATEGORIES= games MASTER_SITES= http://chaos2.org/xscorch/ @@ -15,7 +15,7 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ mikmod.2:${PORTSDIR}/audio/libmikmod .if defined(WITH_GNOME) -LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS+= gnome.4:${PORTSDIR}/x11/gnomelibs .endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--with-gnome .else CONFIGURE_ARGS+=--without-gnome .endif -CONFIGURE_ENV+=GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" USE_GMAKE= yes MAN6= xscorch.6 diff --git a/games/xscorch/distinfo b/games/xscorch/distinfo index a57d6ff0db84..c524ce9fcfac 100644 --- a/games/xscorch/distinfo +++ b/games/xscorch/distinfo @@ -1 +1 @@ -MD5 (xscorch-0.1.2.tar.gz) = 5fe41cdd8c9cd453e4bb21417981a9ac +MD5 (xscorch-0.1.6.tar.gz) = 62b1815ef984248aa36d7b0c314bc1d2 diff --git a/games/xscorch/pkg-plist b/games/xscorch/pkg-plist index a863c5085ae9..b863cf7c0c90 100644 --- a/games/xscorch/pkg-plist +++ b/games/xscorch/pkg-plist @@ -11,6 +11,8 @@ share/xscorch/images/xscorch-icon.xpm share/xscorch/images/xscorch-logo.xpm share/xscorch/copying.txt share/xscorch/xscorch.txt +share/xscorch/tankprofiles +share/xscorch/tankprofiles~ @dirrm share/xscorch/sounds @dirrm share/xscorch/images @dirrm share/xscorch |