diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-24 07:03:18 +0800 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /emulators/adamem | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.zst freebsd-ports-gnome-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
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} |