diff options
author | wiz <wiz> | 2006-01-04 22:36:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-04 22:36:24 +0000 |
commit | 55313bfa012a9986763370612887b8f76f0ce05b (patch) | |
tree | 51a50307646b8d58c9f631860d7bce5986654881 /devel | |
parent | d7ee61004a744afb88f988beadf93917a25fae2b (diff) | |
download | pkgsrc-55313bfa012a9986763370612887b8f76f0ce05b.tar.gz |
Fix path to scons-devel in DEPENDS line.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nsis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nsis/Makefile b/devel/nsis/Makefile index c1f78ee0ae0..cebe1c8e43d 100644 --- a/devel/nsis/Makefile +++ b/devel/nsis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/12/30 09:53:07 cube Exp $ +# $NetBSD: Makefile,v 1.3 2006/01/04 22:36:24 wiz Exp $ # DISTNAME= nsis-${NSIS_VER} @@ -13,7 +13,7 @@ MAINTAINER= cube@NetBSD.org HOMEPAGE= http://nsis.sourceforge.net/Main_Page COMMENT= Scriptable system to build Windows installers -DEPENDS+= scons>=0.96.91:../../local/scons-devel +DEPENDS+= scons>=0.96.91:../../devel/scons-devel NSIS_SRC= ${DISTNAME:=-src} NSIS_VER= 2.12 |