diff options
author | tron <tron@pkgsrc.org> | 1998-05-28 17:39:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-28 17:39:11 +0000 |
commit | 75092d674488cecaa8c103d8dd7a357115de91ea (patch) | |
tree | b79a797f21c759e65fd0cd3b851d6d39b574dfff /emulators/spim | |
parent | 1303a3ac5b227ec37af4b856b22a4b7beaffbb27 (diff) | |
download | pkgsrc-75092d674488cecaa8c103d8dd7a357115de91ea.tar.gz |
"spim" really wants be configured twice, fixes PR pkg/5505.
Diffstat (limited to 'emulators/spim')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 96ef8760d36..06e626e9f60 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/05/26 21:19:18 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/05/28 17:39:11 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp # @@ -11,6 +11,8 @@ MAINTAINER= deberg@mit.edu NO_WRKSUBDIR= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= Configure USE_IMAKE= yes XMKMF= xmkmf # don't specify -a option |