diff options
Diffstat (limited to 'irc/xchat-devel')
-rw-r--r-- | irc/xchat-devel/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 3db81c4..fcafc3e 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat PORTVERSION= 1.5.7 +PORTREVISION= 1 CATEGORIES= irc gnome MASTER_SITES= http://xchat.org/files/source/1.5/ \ http://xchat.linuxpower.org/files/source/1.5/ @@ -66,6 +67,11 @@ CONFIGURE_ARGS+=--enable-gdk-pixbuf CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif +.if defined(WITH_SSL) +USE_OPENSSL= YES +CONFIGURE_ARGS+=--enable-openssl +.endif + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ |