diff options
author | kwm <kwm@FreeBSD.org> | 2009-12-02 22:22:22 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-12-02 22:22:22 +0800 |
commit | 1db31c1dc13f7cfefd26fbeec2dd50b875ce61a4 (patch) | |
tree | 4f2804e2d2cb60de597ecd95396d60d2a6ed97db /editors/abiword | |
parent | 57904788269e5dd06a4f6a37792898e8bbb9d0eb (diff) | |
download | freebsd-ports-gnome-1db31c1dc13f7cfefd26fbeec2dd50b875ce61a4.tar.gz freebsd-ports-gnome-1db31c1dc13f7cfefd26fbeec2dd50b875ce61a4.tar.zst freebsd-ports-gnome-1db31c1dc13f7cfefd26fbeec2dd50b875ce61a4.zip |
Register dependancy on librsvg2.
Submitted by: pointyhat (via pav@)
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index fd825fe3ca95..283e9523dbda 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-f USE_GMAKE= yes USE_ICONV= yes -USE_GNOME= gnomehack libxml2 gtk20 desktopfileutils +USE_GNOME= gnomehack libxml2 gtk20 desktopfileutils librsvg2 WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |