diff options
Diffstat (limited to 'www/pecl-APC/Makefile')
-rw-r--r-- | www/pecl-APC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pecl-APC/Makefile b/www/pecl-APC/Makefile index aa8484d22b3f..7173dafdbe92 100644 --- a/www/pecl-APC/Makefile +++ b/www/pecl-APC/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz DIST_SUBDIR= PECL -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Alternative PHP Cache USE_PHP= yes @@ -26,7 +26,7 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message CONFIGURE_ARGS= --enable-apc -CFLAGS= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include OPTIONS= IPC "Enable IPC shm memory support (default: mmap)" off \ SEMAPHORES "Enable sysv IPC semaphores (default: fcntl())" off \ |