diff options
Diffstat (limited to 'games/gnomegames2/Makefile')
-rw-r--r-- | games/gnomegames2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 6686ad0c71e5..3d41cefdec38 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: gnomegames -# Version required: 0.99.8 +# Version required: 1.0.1 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.12 1999/02/02 13:01:33 vanilla Exp $ +# $Id: Makefile,v 1.13 1999/02/24 22:09:22 vanilla Exp $ # -DISTNAME= gnome-games-0.99.8 -PKGNAME= gnomegames-0.99.8 +DISTNAME= gnome-games-1.0.1 +PKGNAME= gnomegames-1.0.1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= gnome-games +MASTER_SITE_SUBDIR= gnome-1.0/sources MAINTAINER= nacai@iname.com @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \ + GTK_CONFIG="${X11BASE}/bin/gtk12-config" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" post-install: |