diff options
author | acm <acm@FreeBSD.org> | 2007-01-17 07:14:50 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2007-01-17 07:14:50 +0800 |
commit | 91780749d14526aa744601ea670ce3f2db4ab662 (patch) | |
tree | 54273d977aa06ea1f4b8d45061aba10e38e34a62 /games/glest | |
parent | ab19fc4f5ddbc98cdd26fec0341e180c5fb62e88 (diff) | |
download | freebsd-ports-gnome-91780749d14526aa744601ea670ce3f2db4ab662.tar.gz freebsd-ports-gnome-91780749d14526aa744601ea670ce3f2db4ab662.tar.zst freebsd-ports-gnome-91780749d14526aa744601ea670ce3f2db4ab662.zip |
- Move to LOCALBASE
- Bump PORTREVISION
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index 25aac3032e7f..68aa3581b441 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -7,7 +7,7 @@ PORTNAME= glest PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,9 +22,9 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ openal.0:${PORTSDIR}/audio/openal \ alut.1:${PORTSDIR}/audio/freealut BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -RUN_DEPENDS= ${X11BASE}/lib/${PORTNAME}/configuration.xml:${PORTSDIR}/games/glest-data +RUN_DEPENDS= ${LOCALBASE}/lib/${PORTNAME}/configuration.xml:${PORTSDIR}/games/glest-data -USE_X_PREFIX= yes +USE_XLIB= yes USE_AUTOTOOLS= automake:15:env autoconf:259:env USE_ZIP= yes USE_GCC= 3.2+ |