diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-23 12:49:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-23 12:49:49 +0000 |
commit | 2732b6b4f682ae3207ac094704a80a446734c19e (patch) | |
tree | 81385e930c14c542ebc1222e6bb5167e2aae1712 /print/hplip3/Makefile | |
parent | d97ca6db92511cfd2bea235a0b56466294e76e08 (diff) |
Notes
Diffstat (limited to 'print/hplip3/Makefile')
-rw-r--r-- | print/hplip3/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/print/hplip3/Makefile b/print/hplip3/Makefile index 921e7d1ca2fc..ec1959b56fec 100644 --- a/print/hplip3/Makefile +++ b/print/hplip3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= hplip -PORTVERSION= 1.7.3 -PORTREVISION= 1 +PORTVERSION= 1.7.4a CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= hplip @@ -41,7 +40,7 @@ PKGDEINSTALL= ${PKGINSTALL} OPTIONS= GUI "build with Python QT" on -PLIST_SUB+= PORTVERSION=${PORTVERSION} IJSVER=2.7.2 +PLIST_SUB+= PORTVERSION=${PORTVERSION} IJSVER=2.7.4 .include <bsd.port.pre.mk> @@ -84,6 +83,12 @@ post-patch: ${WRKSRC}/*.py \ ${WRKSRC}/*/*.py \ ${WRKSRC}/*/*/*.py + @${REINPLACE_CMD} -e 's|-ldld||g ; \ + s|-ldl||g' \ + ${WRKSRC}/prnt/hpijs/configure \ + ${WRKSRC}/prnt/hpijs/configure.in \ + ${WRKSRC}/prnt/hpijs/Makefile.in \ + ${WRKSRC}/prnt/hpijs/aclocal.m4 @${REINPLACE_CMD} 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|install-data-am: install-docDATA|install-data-am:|g' \ |