diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 17:34:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 17:34:12 +0000 |
commit | 51d481bd218acb60d67819e51deef0775259f7ef (patch) | |
tree | 86964597d3628177d8c3fb520809643e2d00e1cd /science | |
parent | 8960f229fb0b9a7bbc80f68d13a5ee04537d4eea (diff) | |
download | ports-51d481bd218acb60d67819e51deef0775259f7ef.tar.gz ports-51d481bd218acb60d67819e51deef0775259f7ef.zip |
NO_PACKAGE and NO_CDROM are superfluous here
Notes
Notes:
svn path=/head/; revision=172069
Diffstat (limited to 'science')
-rw-r--r-- | science/vmd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index c7043cea20dd..74d00c6fcc34 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -30,8 +30,6 @@ USE_GMAKE= yes USE_GL= yes USE_PYTHON= yes -NO_PACKAGE= "License has restrictions" -NO_CDROM= "License has restrictions" RESTRICTED= "License has restrictions" VMD_DIST= ${PORTNAME}-${PORTVERSION}.src.tar.gz |