diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-10 23:56:14 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-10 23:56:14 +0800 |
commit | be56eb705695c0d1e7890a9e783b04066e29a6b1 (patch) | |
tree | 75af722c54f7cf4c2d8d67d3401405b348f3e41a /games/adgali | |
parent | f5c25607c06f5ce0f5a75bf5cf04c177696b9b96 (diff) | |
download | freebsd-ports-gnome-be56eb705695c0d1e7890a9e783b04066e29a6b1.tar.gz freebsd-ports-gnome-be56eb705695c0d1e7890a9e783b04066e29a6b1.tar.zst freebsd-ports-gnome-be56eb705695c0d1e7890a9e783b04066e29a6b1.zip |
- Remove USE_XPM in favor of USE_XORG
Approved by: miwi (mentor)
Diffstat (limited to 'games/adgali')
-rw-r--r-- | games/adgali/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/adgali/Makefile b/games/adgali/Makefile index c7bfd023ea3a..987af6d501c7 100644 --- a/games/adgali/Makefile +++ b/games/adgali/Makefile @@ -8,7 +8,7 @@ PORTNAME= adgali PORTVERSION= 0.2.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games devel MASTER_SITES= http://adgali.apiou.org/download/ @@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_SDL= sdl -USE_XPM= yes +USE_XORG= xpm USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |