diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2003-09-03 18:32:55 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2003-09-03 18:32:55 +0000 |
commit | 8f67bf92478174cd15c17f07f47154549c2eb6ea (patch) | |
tree | c828e0ce26e4f2e27c06503867dcd2edb9549320 /net/mpd | |
parent | cde826cf1edf880ad3c0f6fcec5f5fa87cb50afe (diff) | |
download | ports-8f67bf92478174cd15c17f07f47154549c2eb6ea.tar.gz ports-8f67bf92478174cd15c17f07f47154549c2eb6ea.zip |
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/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> |