diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-08 14:24:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-08 14:24:23 +0000 |
commit | f3aff8099cc671c820083f0400f7f5ea74e9559b (patch) | |
tree | 23a168e64988d34321a0a65669eb0528302ebf5e | |
parent | e526c50d43c29a8e094998c7cc189f5435fd5c96 (diff) | |
download | pkgsrc-f3aff8099cc671c820083f0400f7f5ea74e9559b.tar.gz |
Also expand X11BASE.
-rw-r--r-- | cad/spice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index a2e966b5f05..95eb48665a1 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/03/07 21:44:52 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2007/03/08 14:24:23 joerg Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 @@ -34,7 +34,7 @@ post-extract: SUBST_CLASSES+= conf SUBST_STAGE.conf= pre-configure SUBST_FILES.conf= conf/NetBSD conf/defaults -SUBST_VARS.conf= MAKE_PROGRAM CFLAGS LDFLAGS WRKSRC PREFIX +SUBST_VARS.conf= MAKE_PROGRAM CFLAGS LDFLAGS WRKSRC PREFIX X11BASE do-configure: rm -f ${WRKSRC}/makefile |