aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/curl/Makefile2
-rw-r--r--ftp/pavuk/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 2e3fd4b14cf6..56618c43d393 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -17,7 +17,7 @@ MASTER_SITES= http://curl.haxx.nu/stuff/ \
MAINTAINER= kris@FreeBSD.org
-.if defined(USE_SSL)
+.if defined(WITH_SSL)
USE_OPENSSL= RSA
.endif
diff --git a/ftp/pavuk/Makefile b/ftp/pavuk/Makefile
index 5195d1298d2e..542e42078f46 100644
--- a/ftp/pavuk/Makefile
+++ b/ftp/pavuk/Makefile
@@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org
USE_AUTOCONF= yes
-.if defined(NO_X11)
+.if defined(WIITHOUT_X11)
CONFIGURE_ARGS= --disable-gtk
.else
CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include --disable-gtk
@@ -29,7 +29,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
-.if defined(USE_SSL)
+.if defined(WITH_SSL)
USE_OPENSSL= RSA
.else
CONFIGURE_ARGS+= --disable-ssl