diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-08 07:57:51 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-08 07:57:51 +0800 |
commit | 2e013489f7b039783e8bc56bed8e96544221d07d (patch) | |
tree | 5c154fb20d11dc033425be3124e713bd5b4719d3 /games/gnomeattacks/Makefile | |
parent | 459468a33f43198619d063ce59f0c639bc48453c (diff) | |
download | freebsd-ports-gnome-2e013489f7b039783e8bc56bed8e96544221d07d.tar.gz freebsd-ports-gnome-2e013489f7b039783e8bc56bed8e96544221d07d.tar.zst freebsd-ports-gnome-2e013489f7b039783e8bc56bed8e96544221d07d.zip |
Update to 0.3.
New in 0.3: evil flying GNOME logo drops bombs on picturesque London.
Diffstat (limited to 'games/gnomeattacks/Makefile')
-rw-r--r-- | games/gnomeattacks/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnomeattacks/Makefile b/games/gnomeattacks/Makefile index 70af80705336..019c9c29204f 100644 --- a/games/gnomeattacks/Makefile +++ b/games/gnomeattacks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeattacks -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo -WRKSRC= ${WRKDIR}/${PORTNAME} - USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix gnomevfs2 libgnomeui +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |