diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-17 05:28:41 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-17 05:28:41 +0000 |
commit | 92494ea56aec98c288e010267582061501393362 (patch) | |
tree | a813476ddbc3897fd5d198e702be22cc0ab3a09d /graphics/sodipodi | |
parent | Add a missing dependency on libxslt. (diff) |
Add a missing dependency on libart_lgpl2.
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=91474
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index f0e49ed7e54c..f78bec370c48 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -7,6 +7,7 @@ PORTNAME= sodipodi PORTVERSION= 0.32 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libglade2 +USE_GNOME= gnomeprefix gnomehack libglade2 libartlgpl2 USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --without-gnome-print \ |