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/gxemul | |
parent | 7dad8e86731f6a02bb83a5de682e3bfbcc7232ba (diff) | |
download | ports-06aa815303d09728523a1521f001bd7d8ac0ff16.tar.gz ports-06aa815303d09728523a1521f001bd7d8ac0ff16.zip |
Notes
Diffstat (limited to 'emulators/gxemul')
-rw-r--r-- | emulators/gxemul/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index e849d844836a..04336cded0f4 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -7,6 +7,7 @@ PORTNAME= gxemul PORTVERSION= 0.4.6.2 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ \ ${MASTER_SITE_LOCAL} @@ -32,7 +33,7 @@ OPTIONS= X11 "X11 support" on .if defined(WITHOUT_X11) CONFIGURE_ARGS+=--disable-x .else -USE_XLIB= yes +USE_XORG= x11 .endif post-patch: |