diff options
-rw-r--r-- | net/mpd/Makefile | 3 |
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> |