aboutsummaryrefslogtreecommitdiffstats
path: root/net/mpd
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2004-08-08 09:02:11 +0800
committerarchie <archie@FreeBSD.org>2004-08-08 09:02:11 +0800
commita78702c892f42c95b9676de661c446fa58a191a0 (patch)
treee01f91ec5b12602dc3133f84c6039c58719c5176 /net/mpd
parent9e1dd8f8eae3440759924ee3df7d3dc68e5fdf5a (diff)
downloadfreebsd-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/Makefile4
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: