diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-08-29 14:16:03 +0000 |
commit | bd78be73dd37098fe12c84249b26260a97aa8690 (patch) | |
tree | 9e5f9914857b88d20096ab74828a4f78a8fc2483 /science | |
parent | 2890664339f3f4be5834ab1130da80ff4c914a05 (diff) | |
download | ports-bd78be73dd37098fe12c84249b26260a97aa8690.tar.gz ports-bd78be73dd37098fe12c84249b26260a97aa8690.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/vmd/Makefile | 2 |
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 |