summaryrefslogtreecommitdiffstats
path: root/audio/gnome-media/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-12 15:45:35 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-12 15:45:35 +0800
commit045a5c3328538fa8ecae94d31918598d4d7675cb (patch)
tree8913309f680df03157fecfa97fba50b1005fb145 /audio/gnome-media/Makefile
parent05d3af7ae8f161f86fe3b5561eb848994f20d772 (diff)
downloadmarcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.tar
marcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.tar.gz
marcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.tar.bz2
marcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.tar.lz
marcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.tar.xz
marcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.tar.zst
marcuscom-ports-045a5c3328538fa8ecae94d31918598d4d7675cb.zip
Fix cddb support since IPv6 support has been added.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3926 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media/Makefile')
-rw-r--r--audio/gnome-media/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
index c1399bb3a..c062757cd 100644
--- a/audio/gnome-media/Makefile
+++ b/audio/gnome-media/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomemedia2
PORTVERSION= 2.10.0
+PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.10
@@ -39,9 +40,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
${WRKSRC}/gnome-cd/Makefile.in
.if ${OSVERSION} > 501107
- @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|%%CDROM%%|cd0|' ${WRKSRC}/configure
.else
- @${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|%%CDROM%%|cd0c|' ${WRKSRC}/configure
.endif
.include <bsd.port.post.mk>