diff options
author | sf <sf@FreeBSD.org> | 2001-03-09 01:02:59 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-09 01:02:59 +0800 |
commit | 0b825f9a9da75a6dc6a542348326177232da5121 (patch) | |
tree | 5b9c5e9084ce54fe9f252f20ccfe9321149be9de /emulators | |
parent | 772933c6a6c3966962bd18347c016edcb2412584 (diff) | |
download | freebsd-ports-gnome-0b825f9a9da75a6dc6a542348326177232da5121.tar.gz freebsd-ports-gnome-0b825f9a9da75a6dc6a542348326177232da5121.tar.zst freebsd-ports-gnome-0b825f9a9da75a6dc6a542348326177232da5121.zip |
add BUILD_DEPENDS to install app-defaults.
PR: 25611
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'emulators')
-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 |