diff options
author | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-24 09:20:33 +0000 |
commit | 6e7b5cf644158de0e1058472011e5e43a2964208 (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /audio | |
parent | 4d9b4e20bbf88456ceb5f52c051a9aba84372fa1 (diff) | |
download | pkgsrc-6e7b5cf644158de0e1058472011e5e43a2964208.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 4 | ||||
-rw-r--r-- | audio/timidity/Makefile | 6 | ||||
-rw-r--r-- | audio/xcd/Makefile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 9d7907ec801..732dd5e8a4b 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/22 14:22:40 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/24 09:20:33 agc Exp $ # DISTNAME= snd @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ccrma-ftp.stanford.edu/pub/Lisp/ MAINTAINER= hubertf@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm -BUILD_DEPENDS+= ${X11BASE}/include/Xm:${PORTSDIR}/x11/lesstif +BUILD_DEPENDS+= ${X11BASE}/include/Xm:../../x11/lesstif USE_X11= YES REQUIRES_MOTIF= YES diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 65a24a27928..918d65ade43 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/04/22 14:22:40 agc Exp $ +# $NetBSD: Makefile,v 1.12 1998/04/24 09:20:33 agc Exp $ # DISTNAME= timidity-0.2i @@ -10,8 +10,8 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= mycroft@NetBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +BUILD_DEPENDS= unzip:../../archivers/unzip +RUN_DEPENDS= wish8.0:../../x11/tk80 DEPENDS+= ncurses-1.9.9g:../../devel/ncurses DEPENDS+= tk-8.0p2:../../x11/tk80 diff --git a/audio/xcd/Makefile b/audio/xcd/Makefile index f41a766b45d..e62c72a6c65 100644 --- a/audio/xcd/Makefile +++ b/audio/xcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/22 14:22:40 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/24 09:20:33 agc Exp $ # FreeBSD Id: Makefile,v 1.18 1997/10/08 13:10:20 jmz Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= packages@netbsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:../../x11/tk80 DEPENDS+= tk-8.0p2:../../x11/tk80 WRKSRC= ${WRKDIR}/xcd |