diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-17 13:28:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-17 13:28:41 +0800 |
commit | 1c28aeb74ed304233359cdcbf7769198c7b90ce1 (patch) | |
tree | ab86059808bac3b4bb64a46e21afa68d62338b22 | |
parent | be1e7f8144a273450991fa3fe63ae4dcac87b9b8 (diff) | |
download | freebsd-ports-gnome-1c28aeb74ed304233359cdcbf7769198c7b90ce1.tar.gz freebsd-ports-gnome-1c28aeb74ed304233359cdcbf7769198c7b90ce1.tar.zst freebsd-ports-gnome-1c28aeb74ed304233359cdcbf7769198c7b90ce1.zip |
Add a missing dependency on libart_lgpl2.
Noticed by: bento via kris
-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 \ |