aboutsummaryrefslogtreecommitdiff
path: root/audio/deadbeef
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-07 12:18:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-07 12:18:41 +0000
commitd52432b82d32abf442341b9a1840c6c5a196d1a6 (patch)
treebc6f693cec3c5f44cbe8e6ed2f411990eb3131fc /audio/deadbeef
parent66782c99170e659784de8bc484b0c034cd5fb69f (diff)
Notes
Diffstat (limited to 'audio/deadbeef')
-rw-r--r--audio/deadbeef/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index 8359fc372b9a..a16b26bddf8c 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -48,7 +48,7 @@ OPTIONS= PULSE "PulseAudio output plugin (unsupported)" off\
DUMB "D.U.M.B. plugin for MOD, S3M and other" on\
NOTIFY "support for OSD notifications into GTKUI plugin" on
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if defined(WITHOUT_PULSE)
CONFIGURE_ARGS+= --disable-pulse
@@ -184,7 +184,7 @@ PLIST_SUB+= CDDA="@comment "
.else
PLIST_SUB+= CDDA=""
LIB_DEPENDS+= cdio.12:${PORTSDIR}/sysutils/libcdio \
- cddb.4:${PORTSDIR}:audio/libcddb
+ cddb.4:${PORTSDIR}/audio/libcddb
.endif
.if defined(WITHOUT_GME)
@@ -209,4 +209,4 @@ PLIST_SUB+= NOTIFY=""
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>