aboutsummaryrefslogtreecommitdiff
path: root/print/pdftk
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-06-29 19:24:29 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-06-29 19:24:29 +0000
commitc5833d958dc6b662c804706c73a2849ee08e5aec (patch)
tree1dcfd1a88dd2afbb408c8fabc4e1a2b469a3828a /print/pdftk
parentbeadde2d378fd78a393cca9fe59a2f81f9b1ad22 (diff)
downloadports-c5833d958dc6b662c804706c73a2849ee08e5aec.tar.gz
ports-c5833d958dc6b662c804706c73a2849ee08e5aec.zip
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)
Notes
Notes: svn path=/head/; revision=166625
Diffstat (limited to 'print/pdftk')
-rw-r--r--print/pdftk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 809e6705f8a3..a6e47b5aef44 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