diff options
author | archie <archie@FreeBSD.org> | 2004-08-06 13:57:47 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-08-06 13:57:47 +0000 |
commit | 84c4206350f63aa7b88d193002f484bdb7c470c2 (patch) | |
tree | 81f5ef0a551cc5fad3a2fd7bf513323200854435 /net/mpd | |
parent | 17473efd121e34cdbecadc4e411023d9718e9562 (diff) | |
download | FreeBSD-ports-84c4206350f63aa7b88d193002f484bdb7c470c2.zip FreeBSD-ports-84c4206350f63aa7b88d193002f484bdb7c470c2.tar.gz |
Put back USE_OPENSSL=yes.
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index 1904934..fc67fb6 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" |