summaryrefslogtreecommitdiff
path: root/audio/timidity
diff options
context:
space:
mode:
authoragc <agc>1998-01-30 13:56:55 +0000
committeragc <agc>1998-01-30 13:56:55 +0000
commita4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch)
treeb79d1031fdf80bdda3abcf954902b18169651274 /audio/timidity
parent0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff)
downloadpkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'audio/timidity')
-rw-r--r--audio/timidity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 33086e3cdc0..675dc248fab 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -4,7 +4,7 @@
# Date created: 17 Nov 1996
# Whom: ache
#
-# $NetBSD: Makefile,v 1.4 1998/01/26 17:44:56 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/01/30 13:56:59 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp
#
@@ -19,7 +19,7 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz
MAINTAINER= ache@FreeBSD.ORG
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-LIB_DEPENDS= ncurses\\.3:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses
NO_CDROM= "Uses copyrighted patches"