diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-16 14:29:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-02-16 14:29:02 +0000 |
commit | 47d809f35ddd4714650c3d68f9943bbe82b17296 (patch) | |
tree | af84f40751140545c0d194fc12c0787170676d6b /graphics | |
parent | d0679c1f77ad300006f24c959a000063129bd8ac (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimageview/Makefile | 5 |
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: |