aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-21 10:24:40 +0800
committermarcus <marcus@FreeBSD.org>2003-02-21 10:24:40 +0800
commit62ff92295129f1068de227816d93379611b0a892 (patch)
treea150d4defa9933981aad9bbcd7729fc3110b18ef /graphics
parent6c8593af29bcd3bb7c4229266efcbd643e1fff0b (diff)
downloadfreebsd-ports-gnome-62ff92295129f1068de227816d93379611b0a892.tar.gz
freebsd-ports-gnome-62ff92295129f1068de227816d93379611b0a892.tar.zst
freebsd-ports-gnome-62ff92295129f1068de227816d93379611b0a892.zip
Correct the LIB_DEPENDS.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/sodipodi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index 0ebe1be76920..b68a74fbeff1 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -17,7 +17,7 @@ COMMENT= A small vector based drawing program with GNOME libraries
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline
LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \
- libgnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20
+ gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui20
RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline
USE_GMAKE= yes