aboutsummaryrefslogtreecommitdiff
path: root/mail/akpop3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/akpop3d/Makefile')
-rw-r--r--mail/akpop3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/akpop3d/Makefile b/mail/akpop3d/Makefile
index f3f70e47540f..3c726d247b48 100644
--- a/mail/akpop3d/Makefile
+++ b/mail/akpop3d/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
.if defined(WITH_SSL)
USE_OPENSSL= YES
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
-CONFIGURE_ENV= CPPFLAGS="-I${OPENSSLBASE}/include"
+CPPFLAGS+= -I${OPENSSLBASE}/include
LDFLAGS+= -L${OPENSSLBASE}/lib -lssl -lcrypto
.endif