diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-01-19 20:23:33 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-01-19 20:23:33 +0000 |
commit | 155118b767dfd9b108f040486fa416e9c91a316e (patch) | |
tree | 29b97d8daed2274888ecb031958aac5ae6f6b8ae /audio/xmmix | |
parent | 66cdbf239e3d43ef2d242d9c309ab44e6f44894e (diff) | |
download | pkgsrc-155118b767dfd9b108f040486fa416e9c91a316e.tar.gz |
Add missing buildlink3s implied by openmotif but not lesstif.
Diffstat (limited to 'audio/xmmix')
-rw-r--r-- | audio/xmmix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index 4869f59b966..503bcd31079 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.32 2013/01/19 20:23:34 riastradh Exp $ DISTNAME= xmmix-1.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= audio MASTER_SITES= http://www.ibiblio.org/tkan/download/xmmix/1.2.2/src/ @@ -18,6 +18,7 @@ pre-configure: ${MV} -f $$file.fixed $$file; \ done +.include "../../x11/libXaw/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" .include "../../mk/oss.buildlink3.mk" |