diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 06aa815303d09728523a1521f001bd7d8ac0ff16 (patch) | |
tree | 8ef0d81d9016d3c0cd3c36f31cc02904d60bab57 /emulators/adamem | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'emulators/adamem')
-rw-r--r-- | emulators/adamem/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 71733620ba62..676ce8e32b4a 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -7,7 +7,7 @@ PORTNAME= adamem PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/~dekogel/files/coleco/ DISTNAME= ${PORTNAME} @@ -16,8 +16,7 @@ MAINTAINER= karlj000@unbc.ca COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator NO_WRKSUBDIR= yes -USE_XLIB= yes -USE_X_PREFIX= yes +USE_XORG= sm x11 xau xext xfixes xi xrandr ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} |