diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /games | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'games')
-rw-r--r-- | games/gtkevemon/Makefile | 3 | ||||
-rw-r--r-- | games/ldmud/Makefile | 3 | ||||
-rw-r--r-- | games/macopix/Makefile | 2 |
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} |