diff options
author | archie <archie@FreeBSD.org> | 2004-08-08 09:02:11 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-08-08 09:02:11 +0800 |
commit | a78702c892f42c95b9676de661c446fa58a191a0 (patch) | |
tree | e01f91ec5b12602dc3133f84c6039c58719c5176 /net/mpd | |
parent | 9e1dd8f8eae3440759924ee3df7d3dc68e5fdf5a (diff) | |
download | freebsd-ports-gnome-a78702c892f42c95b9676de661c446fa58a191a0.tar.gz freebsd-ports-gnome-a78702c892f42c95b9676de661c446fa58a191a0.tar.zst freebsd-ports-gnome-a78702c892f42c95b9676de661c446fa58a191a0.zip |
Revert revision 1.38; putting back USE_OPENSSL=yes solved that problem.
Diffstat (limited to 'net/mpd')
-rw-r--r-- | net/mpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mpd/Makefile b/net/mpd/Makefile index fd4abf828fda..5b0b87f00779 100644 --- a/net/mpd/Makefile +++ b/net/mpd/Makefile @@ -23,10 +23,10 @@ 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" +MAKE_ENV= COPTS+=-I${OPENSSLINC} LDADD+=-L${OPENSSLLIB} .else USE_OPENSSL_BASE=yes -MAKE_ENV= COPTS+=-I${OPENSSLINC} MPD_CONF_DIR="${PREFIX}/etc/mpd" +MAKE_ENV= COPTS+=-I${OPENSSLINC} .endif pre-build: |