diff options
author | oliver <oliver@FreeBSD.org> | 2007-05-25 17:49:58 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-05-25 17:49:58 +0000 |
commit | 1d1e627bc8ff4f785a186213b8dcf9209176a77c (patch) | |
tree | 80c14ee4c46691c2a8df61405ef1e3230d583263 /games | |
parent | 6349edc77037ee87909f885a411b48f2895bc928 (diff) | |
download | FreeBSD-ports-1d1e627bc8ff4f785a186213b8dcf9209176a77c.zip FreeBSD-ports-1d1e627bc8ff4f785a186213b8dcf9209176a77c.tar.gz |
move from X11BASE to LOCALBASE
bump PORTREVISION
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index 311b083..4d24413 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -7,7 +7,7 @@ PORTNAME= ember PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://amber.worldforge.org/ember/releases/stable/ @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc --program-trans USE_SDL= sdl GNU_CONFIGURE= YES INSTALLS_SHLIB= YES -USE_X_PREFIX= YES +USE_XLIB= YES USE_GNOME= gnomehack USE_BZIP2= YES CPPFLAGS= -DBR_NO_MACROS |