diff options
author | pav <pav@FreeBSD.org> | 2009-04-06 19:23:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-06 19:23:31 +0800 |
commit | c857f3214d3f25173f6f861ce7c49be1e1180a8b (patch) | |
tree | 13573b6dad17b506d19dfcf1bc671cc781583be4 /graphics | |
parent | 56d1b14e23cb81c16b245aefd399315fea552f15 (diff) | |
download | freebsd-ports-gnome-c857f3214d3f25173f6f861ce7c49be1e1180a8b.tar.gz freebsd-ports-gnome-c857f3214d3f25173f6f861ce7c49be1e1180a8b.tar.zst freebsd-ports-gnome-c857f3214d3f25173f6f861ce7c49be1e1180a8b.zip |
- Remove GTKUNIQUE option, it has been migrated over to bonobo since mid-2007
Submitted by: kwm
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gthumb/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 1c94527583b0..3bc98568e27b 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -32,8 +32,7 @@ MAN1= gthumb.1 OPTIONS= GPHOTO2 "Support loading photos from digital cameras" On \ IPTCDATA "Support for IPTC metadata" Off \ - OPENRAW "Support for camera RAW files" Off \ - GTKUNIQUE "Use GtkUnique library" Off + OPENRAW "Support for camera RAW files" Off .include <bsd.port.pre.mk> @@ -58,12 +57,4 @@ CONFIGURE_ARGS+=--enable-libopenraw CONFIGURE_ARGS+=--disable-libopenraw .endif -.if defined(WITH_GTKUNIQUE) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/gtkunique-1.0.pc:${PORTSDIR}/x11-toolkits/gtkunique -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/gtkunique-1.0.pc:${PORTSDIR}/x11-toolkits/gtkunique -CONFIGURE_ARGS+=--enable-gtkunique -.else -CONFIGURE_ARGS+=--disable-gtkunique -.endif - .include <bsd.port.post.mk> |