diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-15 12:08:23 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-15 12:08:23 +0000 |
commit | 31fb32b9748e0a59aeeb2f8fb84c4fc768a55756 (patch) | |
tree | 396bc7f2a0261c0d000e363a1f0421afa1f49759 /games/gtkatlantic/Makefile | |
parent | dde47c3cedddbf06975df7ca1563650498b30259 (diff) | |
download | ports-31fb32b9748e0a59aeeb2f8fb84c4fc768a55756.tar.gz ports-31fb32b9748e0a59aeeb2f8fb84c4fc768a55756.zip |
- Update to 0.4.2
Notes
Notes:
svn path=/head/; revision=157244
Diffstat (limited to 'games/gtkatlantic/Makefile')
-rw-r--r-- | games/gtkatlantic/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/gtkatlantic/Makefile b/games/gtkatlantic/Makefile index 2e549a905304..7742bfb40aec 100644 --- a/games/gtkatlantic/Makefile +++ b/games/gtkatlantic/Makefile @@ -3,11 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports-stable/games/gtkatlantic/Makefile,v 1.1 2006/03/04 21:36:29 ahze Exp $ PORTNAME= gtkatlantic -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.4.2 CATEGORIES= games MASTER_SITES= http://gtkatlantic.gradator.net/downloads/v0.4/ @@ -18,7 +17,6 @@ USE_BZIP2= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |