summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-03-08 15:39:32 +0000
committerlioux <lioux@FreeBSD.org>2003-03-08 15:39:32 +0000
commit2ba991b9e884e8598adc8e5d80c007bf0abaac86 (patch)
treede270d2f79750a0a4e7033277d21687ad4b5c0b5 /multimedia
parent7b2518497ebea4a1618515a27f51efa62443d3c2 (diff)
downloadFreeBSD-ports-2ba991b9e884e8598adc8e5d80c007bf0abaac86.zip
FreeBSD-ports-2ba991b9e884e8598adc8e5d80c007bf0abaac86.tar.gz
Fix packaging
Submitted by: bento
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayerxp/Makefile11
-rw-r--r--multimedia/mplayerxp/pkg-plist2
2 files changed, 4 insertions, 9 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile
index d4903e0..3222bc5 100644
--- a/multimedia/mplayerxp/Makefile
+++ b/multimedia/mplayerxp/Makefile
@@ -42,14 +42,6 @@ DIRS_TO_CREATE= etc/mplayerxp \
.include <bsd.port.pre.mk>
-# XXX - fibmap_mplayerxp is not compiled in -CURRENT
-# this issue has to be investigated
-.if ${OSVERSION} >= 500000
-PLIST_SUB+= FIBMAP="@comment "
-.else
-PLIST_SUB+= FIBMAP=""
-.endif
-
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \
--with-extraincdir=${LOCALBASE}/include \
@@ -135,6 +127,9 @@ CONFIGURE_ARGS+= --disable-cdparanoia
LIB_DEPENDS+= dvdread.3:${PORTSDIR}/multimedia/libdvdread
CONFIGURE_ARGS+= --with-csslibdir=${LOCALBASE}/lib
+PLIST_SUB+= DVD=''
+.else
+PLIST_SUB+= DVD='@comment '
.endif
# xine libdvdnav
.if defined(WITH_LIBDVDNAV) && !defined(WITHOUT_LIBDVDNAV)
diff --git a/multimedia/mplayerxp/pkg-plist b/multimedia/mplayerxp/pkg-plist
index 3d1fe34..51aa87b 100644
--- a/multimedia/mplayerxp/pkg-plist
+++ b/multimedia/mplayerxp/pkg-plist
@@ -1,4 +1,4 @@
-%%FIBMAP%%bin/fibmap_mplayerxp
+%%DVD%%bin/fibmap_mplayerxp
bin/mplayerxp
etc/mplayerxp/codecs.conf
include/vidix/fourcc.h
OpenPOWER on IntegriCloud