diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 93d6cab420bc..6cdcaa653487 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -24,7 +24,7 @@ USE_PHPEXT= yes PHP_MODNAME= gnupg CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme -CFLAGS= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}