diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:41:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:41:04 +0000 |
commit | 101389f9a2cd416341e29a2f01c11d29bb5bd03d (patch) | |
tree | ebc93e07a095737c871f62a32ee1137fd29c5a6c /graphics/sodipodi | |
parent | e1a5ce8cdf8c6083a0730f34f6320df044460fde (diff) | |
download | ports-101389f9a2cd416341e29a2f01c11d29bb5bd03d.tar.gz ports-101389f9a2cd416341e29a2f01c11d29bb5bd03d.zip |
Notes
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 309eb365d951..0b1fbb1a3b34 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -7,6 +7,7 @@ PORTNAME= sodipodi PORTVERSION= 0.29 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,9 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline -LIB_DEPENDS= gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui +LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/frontline.pc:${PORTSDIR}/graphics/frontline +BROKEN= "Requires update for libgnomeprint-2-2" USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMENG= yes |