diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-21 02:24:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-21 02:24:40 +0000 |
commit | 0e053bc912d068f435006127215e7d8731f6f123 (patch) | |
tree | e542e076d71750d41a25172a62f300c501a1d19e | |
parent | N-MAINTAINER UPDATE] net/poink 1.5 -> 1.6 (diff) |
Correct the LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=76002
-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 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 |