summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/gtkevemon/Makefile3
-rw-r--r--games/ldmud/Makefile3
-rw-r--r--games/macopix/Makefile2
3 files changed, 3 insertions, 5 deletions
diff --git a/games/gtkevemon/Makefile b/games/gtkevemon/Makefile
index 121287a78ea9..2be143c0530a 100644
--- a/games/gtkevemon/Makefile
+++ b/games/gtkevemon/Makefile
@@ -14,9 +14,8 @@ LIB_DEPENDS= libgtkmm-3.0.so:x11-toolkits/gtkmm30 \
USE_GITHUB= yes
GH_TAGNAME= ac2ca34
-USES= pkgconfig:both gmake
+USES= pkgconfig:both gmake ssl
USE_GNOME= gtk30 libxml2
-USE_OPENSSL= yes
.include <bsd.port.pre.mk>
diff --git a/games/ldmud/Makefile b/games/ldmud/Makefile
index e802ffaa7739..28db59ee3e6b 100644
--- a/games/ldmud/Makefile
+++ b/games/ldmud/Makefile
@@ -16,8 +16,7 @@ BUILD_DEPENDS= help2man:misc/help2man
LIB_DEPENDS= libpcre.so:devel/pcre
GNU_CONFIGURE= yes
-USE_OPENSSL= yes
-USES= iconv pkgconfig
+USES= iconv pkgconfig ssl
CONFIGURE_ARGS+=--libdir=${DATADIR} \
--bindir=${PREFIX}/sbin \
--enable-use-pcre \
diff --git a/games/macopix/Makefile b/games/macopix/Makefile
index c29d7ed7146f..cf5580a80810 100644
--- a/games/macopix/Makefile
+++ b/games/macopix/Makefile
@@ -49,7 +49,7 @@ GTK1_CONFIGURE_ON= --with-gtk1
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MGNUTLS}
-USE_OPENSSL= yes
+USES+= ssl
.endif
.if ${PORT_OPTIONS:MGTK1}