diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:51:17 +0000 |
commit | 48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5 (patch) | |
tree | 43d6d8552e11e9fff48a03d2af1f0686d4662f6e /graphics/sodipodi | |
parent | bc47cccc84a1837da1919cf6c75785c9646d1761 (diff) | |
download | ports-48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5.tar.gz ports-48d56577d5561c5f2ec4a29974cd7f64a2aa8ad5.zip |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
Notes
Notes:
svn path=/head/; revision=42260
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index f0f9577f3bed..89b53b82db62 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -7,17 +7,14 @@ PORTNAME= sodipodi PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint \ - bonobo.2:${PORTSDIR}/devel/bonobo \ - gal.4:${PORTSDIR}/x11-toolkits/gal \ - unicode.0:${PORTSDIR}/devel/libunicode +LIB_DEPENDS= gal.6:${PORTSDIR}/x11-toolkits/gal USE_GMAKE= yes USE_X_PREFIX= yes |