svn commit: r327764 - head/graphics/jpgraph2

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 20 22:43:36 UTC 2013


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 at 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
 


More information about the svn-ports-all mailing list