diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:35 +0000 |
commit | 4bcad8fbe603f44ebb6e03f8973707d0ff716aad (patch) | |
tree | c4c5a9ecda0afe13521b89d5f6dbad0175512860 | |
parent | 3c62b4a39c13fff9c45955d6281de2402078746f (diff) | |
download | ports-4bcad8fbe603f44ebb6e03f8973707d0ff716aad.tar.gz ports-4bcad8fbe603f44ebb6e03f8973707d0ff716aad.zip |
Fix NO_STAGE script fallout
Notes
Notes:
svn path=/head/; revision=327764
-rw-r--r-- | graphics/jpgraph2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpgraph2/Makefile b/graphics/jpgraph2/Makefile index 3682474fc55e..52ee07c575c6 100644 --- a/graphics/jpgraph2/Makefile +++ b/graphics/jpgraph2/Makefile @@ -1,4 +1,3 @@ -NO_STAGE= yes # Created by: Alex Dupre <ale@FreeBSD.org: # $FreeBSD$ @@ -14,6 +13,7 @@ USE_BZIP2= yes NO_BUILD= yes NO_WRKSUBDIR= yes USE_PHP= gd +NO_STAGE= yes NO_CDROM= The free version cannot be used in a commercial context |