diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-08-29 21:02:01 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-08-29 21:02:01 +0800 |
commit | f95e0ef1dc158a010e625131bd14b9190b678ab7 (patch) | |
tree | 9ea23639264ed217e86f7d90a4a406c75e889202 /java | |
parent | 9af09d16a14e3f4309c45677a2b220671d4e8db3 (diff) | |
download | freebsd-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/Makefile | 2 |
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\ |