diff options
author | frueauf <frueauf> | 1998-05-09 20:38:46 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-09 20:38:46 +0000 |
commit | 7ad5ae5f4d4c000af4f95343e48f9c63f74014a5 (patch) | |
tree | 523ccca1c6608b70cd7fa199007d858ac657d5b4 /audio | |
parent | 1db1507241cc78dc549e0fb6623089e6b0123747 (diff) | |
download | pkgsrc-7ad5ae5f4d4c000af4f95343e48f9c63f74014a5.tar.gz |
This pkg links against -lXpm, so add according DEPENDS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xwave/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index 96e6880f07b..82ea99fb0de 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:15 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/05/09 20:38:46 frueauf Exp $ # DISTNAME= xwave-0.6 @@ -9,7 +9,9 @@ MASTER_SITE_SUBDIR= apps/sound/editors MAINTAINER= hubertf@netbsd.org -USE_IMAKE= yes +DEPENDS+= xpm-3.4j:../../graphics/xpm + +USE_IMAKE= yes # XXX This line can be removed if NetBSD >1.3.1 is out - HF XMKMF= ${SETENV} ${MAKE_ENV} xmkmf -a |