diff options
author | seb <seb@pkgsrc.org> | 2002-10-30 09:46:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-10-30 09:46:42 +0000 |
commit | 415178b49854cf15315382918deaff4ffc0d3e09 (patch) | |
tree | f7bf78f6ccd8245dbe9920f5d4a735772ab3a243 /textproc | |
parent | e4165fcf918818e8028a461fc31e07c236b32b8e (diff) | |
download | pkgsrc-415178b49854cf15315382918deaff4ffc0d3e09.tar.gz |
Fix whitespace. (need to alias cvs commit to pkglint && cvs commit :)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index a4c1a8285f0..63060bcce42 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/10/30 09:39:30 seb Exp $ +# $NetBSD: Makefile,v 1.5 2002/10/30 09:46:42 seb Exp $ # DISTNAME= xerces-c-src1_3_0 @@ -28,7 +28,7 @@ CFLAGS+= ${FLAGS} CXXFLAGS+= ${FLAGS} LIBS= -L${ICUROOT}/lib -Wl,-R${ICUROOT}/lib LIBS+= -L${ICUROOT}/lib/icu/current -Wl,-R${ICUROOT}/lib/icu/current - + CONFIGURE_ENV+= XERCESCROOT="${WRKDIR}/xerces-c-src1_3_0" \ ICUROOT=${ICUROOT} \ NETACCESSOR=Socket \ |