aboutsummaryrefslogtreecommitdiff
path: root/science/vmd
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
commitbd78be73dd37098fe12c84249b26260a97aa8690 (patch)
tree9e5f9914857b88d20096ab74828a4f78a8fc2483 /science/vmd
parent2890664339f3f4be5834ab1130da80ff4c914a05 (diff)
downloadports-bd78be73dd37098fe12c84249b26260a97aa8690.tar.gz
ports-bd78be73dd37098fe12c84249b26260a97aa8690.zip
Notes
Diffstat (limited to 'science/vmd')
-rw-r--r--science/vmd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile
index d3d33ef66668..b9171f40e747 100644
--- a/science/vmd/Makefile
+++ b/science/vmd/Makefile
@@ -52,7 +52,7 @@ VMD_TARGET= freebsd.opengl
PLIST_SUB+= VMD_ARCH=${VMD_ARCH}
# Check for VMD sources
-.if !exists(${DISTDIR}/${VMD_DIST}) # && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${VMD_DIST})
IGNORE= Because of licensing restrictions, you must fetch the source distribution manually. Please access http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=VMD with a web browser. You will be required to log in and register, but you can create an account on this page. After registration and accepting the University of Illinois agreement, download the source file, ${VMD_DIST}. Please place this file in ${DISTDIR}, and re-run make
.endif