summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-09 20:32:55 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-09 20:32:55 +0000
commitcb38f382a11dc8b826b05661de778dc84720f463 (patch)
tree6a19355c533f55e40760b1ab1814ce1c5d2cf6f0 /audio
parentAdd smarty 2.0, the PHP compiling template engine. (diff)
Add a missing BUILD_DEPENDS on automake (we need to symlink install-sh and
friends in ${WRKSRC} to the files in ${DATADIR} that automake14 provides). Submitted by: bento
Notes
Notes: svn path=/head/; revision=61002
Diffstat (limited to 'audio')
-rw-r--r--audio/cheesetracker/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile
index 38275eabb6eb..f69ba3b6c021 100644
--- a/audio/cheesetracker/Makefile
+++ b/audio/cheesetracker/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.reduz.com.ar/cheesetracker/
MAINTAINER= ports@FreeBSD.org
+BUILD_DEPENDS= ${LOCALBASE}/share/automake14/automake/install-sh:${PORTSDIR}/devel/automake14
LIB_DEPENDS= sigc:${PORTSDIR}/devel/libsigc++ \
gtkmm:${PORTSDIR}/x11-toolkits/gtk--