diff options
author | stefan <stefan@FreeBSD.org> | 2006-06-29 19:24:29 +0000 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2006-06-29 19:24:29 +0000 |
commit | 94e7405820aacaa120851a1f552cd4c7e184906f (patch) | |
tree | 0f63980259dfba574e26df8ebd4ee074dba075e8 /print | |
parent | 6995bd9fce67cebca53551eac350a33c8c1ae1da (diff) | |
download | FreeBSD-ports-94e7405820aacaa120851a1f552cd4c7e184906f.zip FreeBSD-ports-94e7405820aacaa120851a1f552cd4c7e184906f.tar.gz |
Convert BUILD_DEPENDS on lang/gcc41 to a LIB_DEPENDS, since pdftk is dynamically
linked to a couple of its libraries.
PR: 97259
Submitted by: Stefan Thurner <thurners@nicsys.de>
Approved by: maintainer timeout (>6 weeks)
arved (mentor)
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 809e670..a6e47b5 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdftk PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.pdfhacks.com/pdftk/ \ http://www.accesspdf.com/pdftk/ @@ -22,7 +23,7 @@ NOT_FOR_ARCHS= amd64 ia64 sparc64 CSUFF= ${USE_GCC:S/.//} # needs gcj -BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} +LIB_DEPENDS= gcj.7:${PORTSDIR}/lang/gcc${CSUFF} USE_GCC= 4.1 USE_GMAKE= yes |