diff options
author | pav <pav@FreeBSD.org> | 2006-04-01 14:46:18 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-01 14:46:18 +0000 |
commit | f3060492d2c2cb82230439c4052a68bca85aee55 (patch) | |
tree | fe2117e2978ea25d719572cdfa71ff810b958b85 /games/bygfoot/Makefile | |
parent | 250a620c9ffd17dd7d878e003a5a8a50023738e9 (diff) | |
download | FreeBSD-ports-f3060492d2c2cb82230439c4052a68bca85aee55.zip FreeBSD-ports-f3060492d2c2cb82230439c4052a68bca85aee55.tar.gz |
- Update to 1.9.5
Diffstat (limited to 'games/bygfoot/Makefile')
-rw-r--r-- | games/bygfoot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile index 505ede8..b1aa3de 100644 --- a/games/bygfoot/Makefile +++ b/games/bygfoot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bygfoot -PORTVERSION= 1.9.4 +PORTVERSION= 1.9.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,6 @@ COMMENT= Football (soccer) management game GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gtk20 gnometarget -USE_REINPLACE= yes USE_X_PREFIX= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |