diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-22 22:48:03 +0800 |
commit | 3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188 (patch) | |
tree | e2214727ec8d8e927015b3288697216a207cad1b /emulators/xhomer | |
parent | 71a92f0401a4f87d6db72a4ab48749838052a9bf (diff) | |
download | freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.gz freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.tar.zst freebsd-ports-gnome-3bec9f1d65be2e2bd25cbdbc9d101ec3f391b188.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/xhomer')
-rw-r--r-- | emulators/xhomer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index c5c252bf0107..75788fd6794d 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -7,7 +7,7 @@ PORTNAME= xhomer DISTVERSION= 9-16-06 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= http://xhomer.isani.org/xhomer/ @@ -17,7 +17,7 @@ MAINTAINER= trasz@FreeBSD.org COMMENT= Emulator for the DEC Pro 350 computer USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= xt sm ice xext x11 ALL_TARGET= clean xhomer INSTALL_TARGET= CFLAGS+= -Wall -ffloat-store |