summaryrefslogtreecommitdiff
path: root/net/mpd
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2003-09-03 18:32:55 +0000
committerArchie Cobbs <archie@FreeBSD.org>2003-09-03 18:32:55 +0000
commit8f67bf92478174cd15c17f07f47154549c2eb6ea (patch)
treec828e0ce26e4f2e27c06503867dcd2edb9549320 /net/mpd
parentUpdate to 0.2.32. (diff)
Fix build when openssl is not installed on the system already.
PR: ports/56364
Notes
Notes: svn path=/head/; revision=88451
Diffstat (limited to 'net/mpd')
-rw-r--r--net/mpd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile
index 7d9b18d8ef00..971c1ffa462f 100644
--- a/net/mpd/Makefile
+++ b/net/mpd/Makefile
@@ -18,4 +18,7 @@ MTREE_FILE= ${FILESDIR}/mpd.mtree
MAN8= mpd.8
MANCOMPRESSED= maybe
+USE_OPENSSL= yes
+MAKE_ENV= COPTS=-I${OPENSSLINC} LDADD=-L${OPENSSLLIB}
+
.include <bsd.port.mk>