diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-24 13:28:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-02-24 13:28:32 +0000 |
commit | da036935bcebc28a3f050bb7fbf876fc2bf6998d (patch) | |
tree | dc60cf48fc43268cd60e54f2283e25eecba714cc /devel/php-dbg2/Makefile | |
parent | 96474af3205d247c32c8a1fb450cbf4bf2715a92 (diff) | |
download | ports-da036935bcebc28a3f050bb7fbf876fc2bf6998d.tar.gz ports-da036935bcebc28a3f050bb7fbf876fc2bf6998d.zip |
Notes
Diffstat (limited to 'devel/php-dbg2/Makefile')
-rw-r--r-- | devel/php-dbg2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/php-dbg2/Makefile b/devel/php-dbg2/Makefile index be1d905d92d4..8f55ecc7ab8a 100644 --- a/devel/php-dbg2/Makefile +++ b/devel/php-dbg2/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbg PORTVERSION= 2.11.5 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://dd.cron.ru/dbg/dnld/ PKGNAMEPREFIX= php- @@ -24,6 +25,7 @@ USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/dbg CONFIGURE_ARGS= --enable-dbg=shared --with-dbg-profiler \ --with-php-config=${PREFIX}/bin/php-config +CONFIGURE_ENV= CFLAGS="${CFLAGS}" PKGMESSAGE= ${WRKDIR}/pkg-message PLIST= ${WRKDIR}/pkg-plist |