diff options
author | joerg <joerg> | 2007-03-08 14:24:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-08 14:24:23 +0000 |
commit | 1cffd49a2c623a07aa26e3f9d19212d32211448c (patch) | |
tree | 23a168e64988d34321a0a65669eb0528302ebf5e /cad | |
parent | 30ad0d8af247f3f81640b043d51170e1d1aa4af3 (diff) | |
download | pkgsrc-1cffd49a2c623a07aa26e3f9d19212d32211448c.tar.gz |
Also expand X11BASE.
Diffstat (limited to 'cad')
-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 |