diff options
author | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-13 21:28:27 +0000 |
commit | e9bf73717c9dc742444f0d186094ff87c3799080 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /emulators | |
parent | 820630ac9379968b4b3a9b4034bb845c4cedcf2c (diff) | |
download | pkgsrc-e9bf73717c9dc742444f0d186094ff87c3799080.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/arcem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/arcem/Makefile b/emulators/arcem/Makefile index 2d1201959dc..3e685347ee0 100644 --- a/emulators/arcem/Makefile +++ b/emulators/arcem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/19 00:37:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/13 21:28:28 jlam Exp $ # DISTNAME= arcem0.50 @@ -15,7 +15,7 @@ HOMEPAGE= ftp://ftp.arm.uk.linux.org/pub/linux/arcem/Index COMMENT= Dave Gilbert's Acorn Archimedes emulator WRKSRC= ${WRKDIR}/armul-arc -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined post-install: |