diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-31 01:27:46 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-31 01:27:46 +0000 |
commit | b1030c2a0aed6683e88eea2844326362c455868c (patch) | |
tree | b3023d1516e8624711a46806b1d3d1cf74e38f88 /print | |
parent | 9419d56e15c317514e86a69d160cca7f0b8ffb84 (diff) | |
download | ports-b1030c2a0aed6683e88eea2844326362c455868c.tar.gz ports-b1030c2a0aed6683e88eea2844326362c455868c.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 9ebd97d39ef6..5b090fdd6275 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -40,6 +40,7 @@ PLIST_SUB= PERL="@comment " post-patch: @${REINPLACE_CMD} -e "s|\(PDFLIB_LTCURRENT\)=4|\1=6|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|SWIG_LIB|LIBNAME|g" ${WRKSRC}/bind/pdflib/perl/Makefile post-install: ${MKDIR} ${DATADIR}/fonts |