aboutsummaryrefslogtreecommitdiffstats
path: root/print/pdftk
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-22 17:08:02 +0800
committerpav <pav@FreeBSD.org>2007-01-22 17:08:02 +0800
commitb22dbdd3adefe14622333bb0e145c979def25d84 (patch)
treeb9c0e627505a91a80a778627809791fe748b2643 /print/pdftk
parentbba202e4f0995107db30529dc0141b3be0caddd2 (diff)
downloadfreebsd-ports-gnome-b22dbdd3adefe14622333bb0e145c979def25d84.tar.gz
freebsd-ports-gnome-b22dbdd3adefe14622333bb0e145c979def25d84.tar.zst
freebsd-ports-gnome-b22dbdd3adefe14622333bb0e145c979def25d84.zip
- Generalize libgcj dependency line
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'print/pdftk')
-rw-r--r--print/pdftk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile
index 20814b1e6d38..9876e07f9b9b 100644
--- a/print/pdftk/Makefile
+++ b/print/pdftk/Makefile
@@ -23,7 +23,7 @@ NOT_FOR_ARCHS= amd64 ia64 sparc64
CSUFF= ${_USE_GCC:S/.//}
# needs gcj
-LIB_DEPENDS= gcj.7:${PORTSDIR}/lang/gcc${CSUFF}
+LIB_DEPENDS= gcj:${PORTSDIR}/lang/gcc${CSUFF}
USE_GCC= 4.1+
USE_GMAKE= yes