summaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authoragc <agc>1998-04-22 14:22:39 +0000
committeragc <agc>1998-04-22 14:22:39 +0000
commitf1bcd13af0b492a2735cd396673840a639565f8d (patch)
tree1fa1007997976767bf1737186cbaead81fd8476f /audio/snd
parente09c1537bf733bbc3a53f925aeeaca53451caeed (diff)
downloadpkgsrc-f1bcd13af0b492a2735cd396673840a639565f8d.tar.gz
Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 9e6eb5cf270..9d7907ec801 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:11 agc Exp $
+# $NetBSD: Makefile,v 1.4 1998/04/22 14:22:40 agc Exp $
#
DISTNAME= snd
@@ -9,8 +9,8 @@ MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/
MAINTAINER= hubertf@netbsd.org
-LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm \
- Xm.0.:${PORTSDIR}/x11/lesstif
+DEPENDS+= xpm-3.4j:../../graphics/xpm
+BUILD_DEPENDS+= ${X11BASE}/include/Xm:${PORTSDIR}/x11/lesstif
USE_X11= YES
REQUIRES_MOTIF= YES