diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-11-09 13:13:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-11-09 13:13:12 +0000 |
commit | d7707c3015183ee99e223bd11a7e98ce8e6468e8 (patch) | |
tree | 85dbe7f1bddee2a5717d465e140bb0a9d02025f3 /graphics/gimageview | |
parent | b3687de376a8e8a53f49e822d888089554fdb14e (diff) | |
download | ports-d7707c3015183ee99e223bd11a7e98ce8e6468e8.tar.gz ports-d7707c3015183ee99e223bd11a7e98ce8e6468e8.zip |
Notes
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 820f5f3efb6b..8bcb2631eb6f 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -27,7 +27,6 @@ OPTIONS= SPLASH "Show splash on startup" on \ NLS "Build with gettext support" on \ LIBMNG "Build with libmng support" on \ LIBWMF "Build with libwmf support" on \ - LIBRSVG "Build with librsvg support" off \ LIBRSVG2 "Build with librsvg-2 support" on \ LIBEXIF "Build with libexif support" on \ MPLAYER "Build with Mplayer support" on \ @@ -75,15 +74,8 @@ CONFIGURE_ARGS+= --without-libwmf PLIST_SUB+= WITH_LIBWMF="@comment " .endif -.if defined(WITH_LIBRSVG) -LIB_DEPENDS+= rsvg.1:${PORTSDIR}/graphics/librsvg -.endif - -.if !defined(WITHOUT_LIBRSVG2) && !defined(WITH_LIBRSVG) +.if !defined(WITHOUT_LIBRSVG2) LIB_DEPENDS+= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 -.endif - -.if defined(WITH_LIBRSVG) || !defined(WITHOUT_LIBRSVG2) PLIST_SUB+= WITH_LIBRSVG="" .else CONFIGURE_ARGS+= --without-librsvg |