From 3e796e70ab57fdad239e7a60ef62724787f43705 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Fri, 6 Aug 2004 13:57:47 +0000 Subject: [PATCH] Put back USE_OPENSSL=yes. --- net/mpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 190493488f02..fc67fb62c9df 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= mpd PORTVERSION= 3.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= archie @@ -20,6 +20,7 @@ MTREE_FILE= ${FILESDIR}/mpd.mtree MAN8= mpd.8 MANCOMPRESSED= maybe +USE_OPENSSL =yes .if defined(WITH_OPENSSL_PORT) USE_OPENSSL_PORT=yes MAKE_ENV= COPTS=-I${OPENSSLINC} LDADD=-L${OPENSSLLIB} MPD_CONF_DIR="${PREFIX}/etc/mpd"