diff options
author | steve <steve@FreeBSD.org> | 2000-02-27 23:09:22 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-27 23:09:22 +0000 |
commit | bfda34042b75f66d6227918f56bf5ddd6f919c2b (patch) | |
tree | 963144b3330d3c61ee22f5252da27bb2453e483d /graphics/sodipodi | |
parent | d04e414e3d8dc156e9c2764ede4eb144d3e572f4 (diff) | |
download | FreeBSD-ports-bfda34042b75f66d6227918f56bf5ddd6f919c2b.zip FreeBSD-ports-bfda34042b75f66d6227918f56bf5ddd6f919c2b.tar.gz |
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 8f0a2f7..575eea9 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 |