aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpd
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2003-09-04 02:32:55 +0800
committerarchie <archie@FreeBSD.org>2003-09-04 02:32:55 +0800
commitedfd933a086f3064bfc16e4a6b1e45f56aa29a7d (patch)
tree4746aa14e9245eb433eb2c7000813487d932cc2a /net/mpd
parent54e0172c5352e2fbd11a5a0faf6d5b73ce7de2a9 (diff)
downloadfreebsd-ports-gnome-edfd933a086f3064bfc16e4a6b1e45f56aa29a7d.tar.gz
freebsd-ports-gnome-edfd933a086f3064bfc16e4a6b1e45f56aa29a7d.tar.zst
freebsd-ports-gnome-edfd933a086f3064bfc16e4a6b1e45f56aa29a7d.zip
Fix build when openssl is not installed on the system already.
PR: ports/56364
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>