diff options
author | itohy <itohy> | 2002-05-08 02:14:09 +0000 |
---|---|---|
committer | itohy <itohy> | 2002-05-08 02:14:09 +0000 |
commit | f7a0bd89a9b061c6d489068aafb46d4b04d9cf2e (patch) | |
tree | 673a2a515cb41362a0b2a753c692d8f96a03460c /graphics | |
parent | e615b8467012febcc7a73816b7169111ea5e5b27 (diff) | |
download | pkgsrc-f7a0bd89a9b061c6d489068aafb46d4b04d9cf2e.tar.gz |
Oops, forgot X11BASE -> X11PREFIX change for xpkgwedge.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 6642462a17c..5230d2a7211 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/05/07 13:18:26 itohy Exp $ +# $NetBSD: Makefile,v 1.10 2002/05/08 02:14:09 itohy Exp $ DISTNAME= pstoedit_3_31 PKGNAME= pstoedit-3_31 @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/pstoedit_3.31/src USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11BASE}/lib/libplotter.la" +CONFIGURE_ENV+= LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11PREFIX}/lib/libplotter.la" CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" CONFIGURE_ENV+= LDLIBS="-Wl,-R${X11BASE}/lib -L${X11BASE}/lib" CONFIGURE_ENV+= AWK=${AWK} GS=${PREFIX}/bin/gs |