diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 01:53:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 01:53:11 +0800 |
commit | 2c63f9b8cc5686d4a3bf587b80779f418f0609e2 (patch) | |
tree | deaf8f37eb35eef0e7b932e109db2f57d50b553e | |
parent | 89badc3f25a665071fb6bc5646e4fd14100eb74a (diff) | |
download | freebsd-ports-gnome-2c63f9b8cc5686d4a3bf587b80779f418f0609e2.tar.gz freebsd-ports-gnome-2c63f9b8cc5686d4a3bf587b80779f418f0609e2.tar.zst freebsd-ports-gnome-2c63f9b8cc5686d4a3bf587b80779f418f0609e2.zip |
- Get rid of USE_X_PREFIX.
- Use SF macro
- Switch from -USE_XPM to USE_XORG
-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 |