summaryrefslogtreecommitdiff
path: root/java/jmf
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 13:02:01 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 13:02:01 +0000
commit8d6a9ce5919c9c004e8de188a39e8bbaff34f40e (patch)
tree9ea23639264ed217e86f7d90a4a406c75e889202 /java/jmf
parent- Don't attempt to build when PACKAGE_BUILDING, just hits (diff)
- Don't attempt to build when PACKAGE_BUILDING, just hits
a fetch error trying FreeBSD mirrors With hat: portmgr
Notes
Notes: svn path=/head/; revision=325592
Diffstat (limited to 'java/jmf')
-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\