diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 16:55:40 +0800 |
commit | 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f (patch) | |
tree | 02cf3b0413400ead939cdfefbf254965eda87d68 /games/glest | |
parent | 1f59d564b6d1f91f3f7effca1734e712238e0340 (diff) | |
download | freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.gz freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.tar.zst freebsd-ports-gnome-2dd61aca4b22d055ca2cba8fa904544f3f8cc39f.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index f6c3ccc48dcf..f875412bece1 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -7,7 +7,7 @@ PORTNAME= glest PORTVERSION= 2.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,6 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/configuration.xml:${PORTSDIR}/games/glest-data -USE_XLIB= yes USE_AUTOTOOLS= automake:15:env autoconf:261:env USE_ZIP= yes USE_DOS2UNIX= yes |