diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-16 22:29:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-16 22:29:02 +0800 |
commit | a6d8f73000fabf6524dd2611e711119433111531 (patch) | |
tree | a42480cecf8a87969404658e0c8a74f01d7bc3de /graphics | |
parent | 549c841e4974934c8baf1e472cd5581e47ff3b7c (diff) | |
download | freebsd-ports-gnome-a6d8f73000fabf6524dd2611e711119433111531.tar.gz freebsd-ports-gnome-a6d8f73000fabf6524dd2611e711119433111531.tar.zst freebsd-ports-gnome-a6d8f73000fabf6524dd2611e711119433111531.zip |
- fix build on CURRENT (objformat)
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: |