diff options
author | tron <tron> | 1998-05-28 17:39:11 +0000 |
---|---|---|
committer | tron <tron> | 1998-05-28 17:39:11 +0000 |
commit | e76d21f07ee6f19817c943972ad7135e1f3248d9 (patch) | |
tree | b79a797f21c759e65fd0cd3b851d6d39b574dfff /emulators | |
parent | 1011408649e4cf75f1bd1478a3db9a5f78d8a90f (diff) | |
download | pkgsrc-e76d21f07ee6f19817c943972ad7135e1f3248d9.tar.gz |
"spim" really wants be configured twice, fixes PR pkg/5505.
Diffstat (limited to 'emulators')
-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 |