diff options
author | gerald <gerald@FreeBSD.org> | 2012-08-08 07:22:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-08-08 07:22:17 +0800 |
commit | 1129d8733041616d3c2e0ae66aa505d645ee1456 (patch) | |
tree | 1f248cc170c0cd4be8b0f1aeafd6a835fc1589bd /print/pdftk/Makefile | |
parent | 4485ccc8691a2124327d0174b7107844bc7c98b7 (diff) | |
download | freebsd-ports-gnome-1129d8733041616d3c2e0ae66aa505d645ee1456.tar.gz freebsd-ports-gnome-1129d8733041616d3c2e0ae66aa505d645ee1456.tar.zst freebsd-ports-gnome-1129d8733041616d3c2e0ae66aa505d645ee1456.zip |
Remove an explicit BUILD_DEPENDS on lang/gccXY since we are already
using USE_GCC=4.6+.
These two conflict now that Mk/bsd.gcc.mk prefers lang/gcc over
lang/gcc46 when USE_GCC=4.6+ is specified. Since the version of
GCC as a system compiler is 4.2, older than the minimum requested
by USE_GCC, and will not be updated, this BUILD_DEPENDS no longer
fulfills its original purpose.
This unbreaks this port.
Approved by: portmgr (beat)
Diffstat (limited to 'print/pdftk/Makefile')
-rw-r--r-- | print/pdftk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 429b7f4beb35..3da566cd983e 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -16,10 +16,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= glarkin@FreeBSD.org COMMENT= A simple tool for doing everyday things with PDF documents -# 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 # Get gcc version suffix without the dot in USE_GCC |