summaryrefslogtreecommitdiff
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-02-16 14:29:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-02-16 14:29:02 +0000
commit47d809f35ddd4714650c3d68f9943bbe82b17296 (patch)
treeaf84f40751140545c0d194fc12c0787170676d6b /graphics/gimageview
parentUpdate to 2.4.0 beta4. (diff)
- fix build on CURRENT (objformat)
Notes
Notes: svn path=/head/; revision=185321
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index d85f62e69291..d81a0dba40fe 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gimageview
PORTVERSION= 0.2.27
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmmviewer
@@ -90,7 +90,7 @@ PLIST_SUB+= WITH_LIBMPLAYER="@comment "
.endif
.if defined(WITH_LIBXINE)
-LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --with-xine
PLIST_SUB+= WITH_LIBXINE=""
.else
@@ -99,6 +99,7 @@ PLIST_SUB+= WITH_LIBXINE="@comment "
post-patch:
@${REINPLACE_CMD} -e 's/DATADIRNAME=lib/DATADIRNAME=share/g' \
+ -e 's|echo aout|echo elf|' \
${WRKSRC}/configure
post-configure: