diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:28:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-12-12 04:28:23 +0800 |
commit | 05f8896d6851fb9b215b76cea4b3e8b097836e80 (patch) | |
tree | 8dfb81f6fbf176a8d49d4b7dbf68460a880606ec /games | |
parent | 0e80e22dbd2bd161a94d6a0a3938a02764338d85 (diff) | |
download | freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.tar.gz freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.tar.zst freebsd-ports-gnome-05f8896d6851fb9b215b76cea4b3e8b097836e80.zip |
- set USE_XORG
Diffstat (limited to 'games')
-rw-r--r-- | games/xzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xzip/Makefile b/games/xzip/Makefile index 24e5502607a5..24395c2831fd 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -7,7 +7,7 @@ PORTNAME= xzip PORTVERSION= 1.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/zip/ \ ftp://www.plover.net/if-archive/infocom/interpreters/zip/ \ @@ -24,7 +24,7 @@ COMMENT= An Infocom game interpreter that runs under X11 WRKSRC= ${WRKDIR}/xzip ALL_TARGET= -USE_XLIB= yes +USE_XORG= x11 MAN1= xzip.1 PLIST_FILES= bin/xzip |