diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-21 02:24:40 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-21 02:24:40 +0000 |
commit | 62ff92295129f1068de227816d93379611b0a892 (patch) | |
tree | a150d4defa9933981aad9bbcd7729fc3110b18ef /graphics/sodipodi | |
parent | 6c8593af29bcd3bb7c4229266efcbd643e1fff0b (diff) | |
download | FreeBSD-ports-62ff92295129f1068de227816d93379611b0a892.zip FreeBSD-ports-62ff92295129f1068de227816d93379611b0a892.tar.gz |
Correct the LIB_DEPENDS.
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 0ebe1be..b68a74f 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 |