diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:53:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-20 17:53:11 +0000 |
commit | df0c2d009e4c84e7ef31cd06b850216331fe7069 (patch) | |
tree | 6840407e77421490581ce2238048082b047aa733 /games | |
parent | 4e83c2851bf1c7578a526f57948b0aeaf4991c81 (diff) | |
download | ports-df0c2d009e4c84e7ef31cd06b850216331fe7069.tar.gz ports-df0c2d009e4c84e7ef31cd06b850216331fe7069.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xtron/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/xtron/Makefile b/games/xtron/Makefile index c2e89944394f..2da1c0f58e09 100644 --- a/games/xtron/Makefile +++ b/games/xtron/Makefile @@ -7,7 +7,7 @@ PORTNAME= xtron PORTVERSION= 1.1a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade @@ -16,8 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@amdmi3.ru COMMENT= Avoid running into walls, your own tail, and that of your opponent -USE_X_PREFIX= yes -USE_XPM= yes +USE_XORG= x11 xpm post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/xtronrc |