diff options
-rw-r--r-- | multimedia/mplayerxp/Makefile | 9 | ||||
-rw-r--r-- | multimedia/mplayerxp/pkg-plist | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index acbdad6..c802643 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -7,6 +7,7 @@ PORTNAME= mplayerxp PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -40,6 +41,14 @@ 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 \ diff --git a/multimedia/mplayerxp/pkg-plist b/multimedia/mplayerxp/pkg-plist index d4c22cc..3d1fe34 100644 --- a/multimedia/mplayerxp/pkg-plist +++ b/multimedia/mplayerxp/pkg-plist @@ -1,4 +1,4 @@ -bin/fibmap_mplayerxp +%%FIBMAP%%bin/fibmap_mplayerxp bin/mplayerxp etc/mplayerxp/codecs.conf include/vidix/fourcc.h |