aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-03 01:12:23 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-03 01:12:23 +0800
commitb8d92286b4fd6d27c872bd695fb80728eddead0e (patch)
treec9b616c8199ba8140414769f3a4259e5c3eb56a9 /ftp
parenta2f6276c64fac0917c984983aa3900e923fbcd2f (diff)
downloadfreebsd-ports-gnome-b8d92286b4fd6d27c872bd695fb80728eddead0e.tar.gz
freebsd-ports-gnome-b8d92286b4fd6d27c872bd695fb80728eddead0e.tar.zst
freebsd-ports-gnome-b8d92286b4fd6d27c872bd695fb80728eddead0e.zip
- Use CPPFLAGS instead of CFLAGS
Diffstat (limited to 'ftp')
-rw-r--r--ftp/pure-ftpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 6adad2980a70..6409a823448a 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -65,9 +65,9 @@ PAM_TARGET?= pure-ftpd
PAM_TEMPL?= ${FILESDIR}/pam.conf.5
TLS_CERTFILE?= /etc/ssl/private/pure-ftpd.pem
-ANONDELETE_CFLAGS= -DANON_CAN_DELETE
-ANONRENAME_CFLAGS= -DANON_CAN_RENAME
-ANONRESUME_CFLAGS= -DANON_CAN_RESUME
+ANONDELETE_CPPFLAGS= -DANON_CAN_DELETE
+ANONRENAME_CPPFLAGS= -DANON_CAN_RENAME
+ANONRESUME_CPPFLAGS= -DANON_CAN_RESUME
LARGEFILE_CONFIGURE_ENABLE= largefile
LDAP_CONFIGURE_WITH= ldap
LDAP_USE= OPENLDAP=yes