diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-05-04 02:48:02 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-05-04 02:48:02 +0800 |
commit | c472da3eb059acf2fe5bceed0fd4e36b6fa68fd7 (patch) | |
tree | 40e1e0eb7e223366c17e8c2c120646543b2ebdd8 /lang/gcc45 | |
parent | d52a3a6d8c453e37babeaf14f1eb8e0e2df58106 (diff) | |
download | freebsd-ports-gnome-c472da3eb059acf2fe5bceed0fd4e36b6fa68fd7.tar.gz freebsd-ports-gnome-c472da3eb059acf2fe5bceed0fd4e36b6fa68fd7.tar.zst freebsd-ports-gnome-c472da3eb059acf2fe5bceed0fd4e36b6fa68fd7.zip |
- Re-added BUILD_DEPENDS on zip that I didn't think needed to be there,
but it actually does.
Reported by: QAT
Pointyhat to: glarkin
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 7a4e0730c73f..7aadfd8863cf 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -108,6 +108,7 @@ MASTER_SITE_SUBDIR+= java/:ecj DISTFILES+= gcc-java-${VERSIONSTRING}${EXTRACT_SUFX} \ ${ECJ_JAR}:ecj EXTRACT_ONLY= ${DISTFILES:S|${ECJ_JAR}:ecj||} +BUILD_DEPENDS= ${LOCALBASE}/bin/zip:${PORTSDIR}/archivers/zip EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier # FIXME: we are currently getting weird build failures with libjava on # some 4.x and 5.x systems, which the following works around. PR 81788. |