diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-01-20 23:44:47 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-01-20 23:44:47 +0800 |
commit | 1b7e9912a93a7263b9958bc94e4deff7afc20584 (patch) | |
tree | c811ce93ca666c2e5cdd53b355cb2b954bc8df41 /print | |
parent | 089f27312e96cc9cd126fb1c6bcf4e1c5b193afd (diff) | |
download | freebsd-ports-gnome-1b7e9912a93a7263b9958bc94e4deff7afc20584.tar.gz freebsd-ports-gnome-1b7e9912a93a7263b9958bc94e4deff7afc20584.tar.zst freebsd-ports-gnome-1b7e9912a93a7263b9958bc94e4deff7afc20584.zip |
- Updated a comment regarding the gcjXX dependency, now that we're using
gcc 4.5 instead of gcc 4.2.
Suggested by: gerald
Feature safe: yes
Diffstat (limited to 'print')
-rw-r--r-- | print/pdftk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 850086c8b19d..a364cbb2cc80 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -15,9 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= glarkin@FreeBSD.org COMMENT= A simple tool for doing everyday things with PDF documents -# Make this explicit for all OS versions. For __FreeBSD_version < 700042, -# we need to build gcc 4.2 to get gcj42, and for OS versions with gcc 4.2+ -# in the base system, we need to build the port anyway to get gcj42. +# None of the base systems include gcjXX, so it's listed here to ensure +# that the correct gcc port that includes it is built. BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} USE_ZIP= yes |