diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-03 22:36:37 +0000 |
commit | f25f9d2824f2548b605b8cf88494b54c2d1335d9 (patch) | |
tree | 52c18907bfe7de767bdbd153225e7d61aac042bb /print/pdflib | |
parent | 98cd81fd463921699b46403b8d5cc871f6f3aba2 (diff) | |
download | pkgsrc-f25f9d2824f2548b605b8cf88494b54c2d1335d9.tar.gz |
bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
Diffstat (limited to 'print/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 6fcc99b07e8..37f94e2433d 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/10/01 20:51:45 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/03 22:36:40 jlam Exp $ .include "Makefile.common" @@ -7,7 +7,6 @@ PDFLIB_PKG_VERS= # empty COMMENT= C library to produce PDF files USE_BUILDLINK_ONLY= YES -REPLACE_BUILDLINK+= pdflib-config ALL_TARGET= pdflib DOCDIR= ${PREFIX}/share/doc/pdflib |