diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /games/adom/Makefile | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) | |
download | ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.tar.gz ports-23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d.zip |
Notes
Diffstat (limited to 'games/adom/Makefile')
-rw-r--r-- | games/adom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 0ce9b2bdc672..136ae457dbf4 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -7,7 +7,7 @@ PORTNAME= adom PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games linux MASTER_SITES= http://www.adom.de/adom/download/linux/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf @@ -15,11 +15,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-elf MAINTAINER= sr-13@mail.ru COMMENT= An rogue-like advanced rpg with color support (binary port) -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - NO_CDROM= Copy of CD must be sent to author ONLY_FOR_ARCHS= i386 +USE_LINUX= yes +USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/adom NO_BUILD= yes |