aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-08-29 21:02:01 +0800
committerbdrewery <bdrewery@FreeBSD.org>2013-08-29 21:02:01 +0800
commitf95e0ef1dc158a010e625131bd14b9190b678ab7 (patch)
tree9ea23639264ed217e86f7d90a4a406c75e889202 /java
parent9af09d16a14e3f4309c45677a2b220671d4e8db3 (diff)
downloadfreebsd-ports-gnome-f95e0ef1dc158a010e625131bd14b9190b678ab7.tar.gz
freebsd-ports-gnome-f95e0ef1dc158a010e625131bd14b9190b678ab7.tar.zst
freebsd-ports-gnome-f95e0ef1dc158a010e625131bd14b9190b678ab7.zip
- Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors With hat: portmgr
Diffstat (limited to 'java')
-rw-r--r--java/jmf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jmf/Makefile b/java/jmf/Makefile
index df638ff42faa..7f3d5dd03d6a 100644
--- a/java/jmf/Makefile
+++ b/java/jmf/Makefile
@@ -27,7 +27,7 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
# Check for JMF sources
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= because of licensing restrictions, you must fetch the source\
distribution manually.\
Please access: http://java.sun.com/products/java-media/jmf/2.1.1/download.html\