summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-26 07:59:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-26 07:59:49 +0000
commit9cba828e6e5ed08c61abffe5f23690a8bf71db5f (patch)
treeb5fa70687736472dc0111a3a6deb5666db6423f6 /audio
parentFix misspelling of the program name. (diff)
- Fix typo from previous commit.
Notes
Notes: svn path=/head/; revision=71852
Diffstat (limited to 'audio')
-rw-r--r--audio/cheesetracker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cheesetracker/Makefile b/audio/cheesetracker/Makefile
index ed494f8c279b..88760ead187e 100644
--- a/audio/cheesetracker/Makefile
+++ b/audio/cheesetracker/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.reduz.com.ar/cheesetracker/
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14A
+BUILD_DEPENDS= ${LOCALBASE}/share/automake14/install-sh:${PORTSDIR}/devel/automake14
LIB_DEPENDS= sigc:${PORTSDIR}/devel/libsigc++ \
gtkmm:${PORTSDIR}/x11-toolkits/gtk--