1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Stefan Walter 2006-06-29 19:24:29 +00:00
parent beadde2d37
commit c5833d958d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166625

View File

@ -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