diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-11 18:09:38 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-11 18:09:38 +0000 |
commit | 2291e662e49e0717050ab8f1556bed0ae542de4e (patch) | |
tree | 33f5260f60c72e942a213bf2f649bb6a44235332 /audio/mikmod | |
parent | c9b7e42bee228c13e433c34cf27e1bb783894e8d (diff) | |
download | pkgsrc-2291e662e49e0717050ab8f1556bed0ae542de4e.tar.gz |
Depend on the shared ncurses library, not the static one.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 8df3f614167..a6a110d9dd4 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -3,7 +3,7 @@ # Date created: 20 April 1997 # Whom: doconnor@ist.flinders.edu.au # -# $NetBSD: Makefile,v 1.4 1998/01/22 10:26:36 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/11 18:09:38 mycroft Exp $ # FreeBSD Id: Makefile,v 1.2 1997/09/05 17:40:54 max Exp # @@ -15,7 +15,7 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~stevem/mikmod/ # FreeBSD maintainer MAINTAINER= doconnor@ist.flinders.edu.au -BUILD_DEPENDS= ${PREFIX}/lib/libncurses.a:${PORTSDIR}/devel/ncurses +LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses RESTRICTED= "Registration required for redistribution and commercial use." MIRROR_DISTFILE= no |