diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:43:35 +0800 |
commit | 88a427743818e5beaf3469612941ef241fff5bc0 (patch) | |
tree | c4c5a9ecda0afe13521b89d5f6dbad0175512860 | |
parent | 6491a18b3ab98a530e3e14529ef0551f7fc5138f (diff) | |
download | freebsd-ports-gnome-88a427743818e5beaf3469612941ef241fff5bc0.tar.gz freebsd-ports-gnome-88a427743818e5beaf3469612941ef241fff5bc0.tar.zst freebsd-ports-gnome-88a427743818e5beaf3469612941ef241fff5bc0.zip |
Fix NO_STAGE script fallout
-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 |