diff options
author | Florian Smeets <flo@FreeBSD.org> | 2014-01-19 11:40:17 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2014-01-19 11:40:17 +0000 |
commit | 145a95e38903d8ac2efb185ae04a87d946310731 (patch) | |
tree | fbc714e52ec8897fc90737abda17f8dbbd680f0d /databases/pecl-rrd/Makefile | |
parent | 904b4d1c6f7e19e5f64be86cd4b5268d530beb58 (diff) | |
download | ports-145a95e38903d8ac2efb185ae04a87d946310731.tar.gz ports-145a95e38903d8ac2efb185ae04a87d946310731.zip |
Notes
Diffstat (limited to 'databases/pecl-rrd/Makefile')
-rw-r--r-- | databases/pecl-rrd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile index 2bcdf47c6473..168d0821d998 100644 --- a/databases/pecl-rrd/Makefile +++ b/databases/pecl-rrd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rrd -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.3 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -20,5 +20,4 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include <bsd.port.mk> |