diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-08 17:02:59 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-08 17:02:59 +0000 |
commit | 50b65d0d2aa6024917fb146d0410953b538893bc (patch) | |
tree | f3f4b93ed63acbae326b87b02de08ea20fe93245 /emulators/xzx | |
parent | a0848e4aa619ffdd269544c5644aefb0504fc02b (diff) | |
download | ports-50b65d0d2aa6024917fb146d0410953b538893bc.tar.gz ports-50b65d0d2aa6024917fb146d0410953b538893bc.zip |
Notes
Diffstat (limited to 'emulators/xzx')
-rw-r--r-- | emulators/xzx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 30765f6de0fb..2899e8285982 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -7,11 +7,15 @@ PORTNAME= xzx PORTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://xzx.purespace.de/xzx/ MAINTAINER= ports@FreeBSD.org +# xmkmf is used in configure script +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 + USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-oss |