Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 22:43:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327764 - head/graphics/jpgraph2
Message-ID:  <201309202243.r8KMhanq057779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 20 22:43:35 2013
New Revision: 327764
URL: http://svnweb.freebsd.org/changeset/ports/327764

Log:
  Fix NO_STAGE script fallout

Modified:
  head/graphics/jpgraph2/Makefile

Modified: head/graphics/jpgraph2/Makefile
==============================================================================
--- head/graphics/jpgraph2/Makefile	Fri Sep 20 22:38:31 2013	(r327763)
+++ head/graphics/jpgraph2/Makefile	Fri Sep 20 22:43:35 2013	(r327764)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309202243.r8KMhanq057779>