aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2004-10-18 05:43:54 +0800
committermharo <mharo@FreeBSD.org>2004-10-18 05:43:54 +0800
commitb36f1f13a10c8b3b1ac42269f8301116fc55256e (patch)
tree39d90728ec213188f2bef4b234284ad3b2d4422d
parent62da0e0deeae084f25dbb0dc094c93d77206fce5 (diff)
downloadfreebsd-ports-gnome-b36f1f13a10c8b3b1ac42269f8301116fc55256e.tar.gz
freebsd-ports-gnome-b36f1f13a10c8b3b1ac42269f8301116fc55256e.tar.zst
freebsd-ports-gnome-b36f1f13a10c8b3b1ac42269f8301116fc55256e.zip
fix a mistake with ctrls option
Submitted by: Valerio Alliod <valerio.alliod@ieio.vda.it>
-rw-r--r--ftp/proftpd-devel/Makefile2
-rw-r--r--ftp/proftpd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 904ebad1e7e4..b959946a3163 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/Makefile
@@ -112,7 +112,7 @@ PROFTPD_LIBS+= -lssl -lcrypto
.endif
.if defined(WITH_CTRLS)
-CFLAGS+= --enable-ctrls
+CONFIGURE_ARGS+= --enable-ctrls
MAN8+= ftpdctl.8
.else
.endif
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 904ebad1e7e4..b959946a3163 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -112,7 +112,7 @@ PROFTPD_LIBS+= -lssl -lcrypto
.endif
.if defined(WITH_CTRLS)
-CFLAGS+= --enable-ctrls
+CONFIGURE_ARGS+= --enable-ctrls
MAN8+= ftpdctl.8
.else
.endif