summaryrefslogtreecommitdiffstats
path: root/multimedia/mplayerxp/Makefile
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-12-18 16:58:16 +0000
committerlioux <lioux@FreeBSD.org>2002-12-18 16:58:16 +0000
commit99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9 (patch)
treeabd3ee6a9a0c021411f9ad70ad7e1433afc67f65 /multimedia/mplayerxp/Makefile
parentb66aad9ecb8584a0c9f65b03965d77fc78fc99b2 (diff)
downloadFreeBSD-ports-99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9.zip
FreeBSD-ports-99fbc5c54269fc3cb49f5fe7a7e70d3d18b76dd9.tar.gz
Fix 'make package' in -CURRENT: for unknown reasons fibmap_mplayerxp
does not build in -CURRENT. Submitted by: bento, kris
Diffstat (limited to 'multimedia/mplayerxp/Makefile')
-rw-r--r--multimedia/mplayerxp/Makefile9
1 files changed, 9 insertions, 0 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 \
OpenPOWER on IntegriCloud