diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-28 07:09:22 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-28 07:09:22 +0800 |
commit | b5be4f3f9d7c307847575c942c6746e0fa057abc (patch) | |
tree | f173394f10f83af13d2622d7ae370946686469e8 /graphics/sodipodi | |
parent | 8738a2b349b267bd3aaf08ee22c8b45910af97f0 (diff) | |
download | freebsd-ports-gnome-b5be4f3f9d7c307847575c942c6746e0fa057abc.tar.gz freebsd-ports-gnome-b5be4f3f9d7c307847575c942c6746e0fa057abc.tar.zst freebsd-ports-gnome-b5be4f3f9d7c307847575c942c6746e0fa057abc.zip |
This port requires (parts of) the automake port to build.
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 8f0a2f7fa5fc..575eea9cbb39 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ glade.2:${PORTSDIR}/devel/libglade \ gnomeprint.5:${PORTSDIR}/print/gnomeprint \ gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf +BUILD_DEPENDS= ${LOCALBASE}/share/automake/install-sh:${PORTSDIR}/devel/automake WRKSRC= ${WRKDIR}/sodipodi |