diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-18 16:25:08 +0000 |
commit | 6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /audio/mpg123-nas/Makefile | |
parent | 3c4d07b4201946eda3d2c72f892f3ac600b74b65 (diff) | |
download | pkgsrc-6d9ccf016ffd2af4f126e6d58b7ae9d0e61f8330.tar.gz |
Specify the category when including other files and when depending on other
packages. From PR pkg/21864 by ccatrian at eml.cc.
Diffstat (limited to 'audio/mpg123-nas/Makefile')
-rw-r--r-- | audio/mpg123-nas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index c86bcaee4e9..04119685b3c 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/11/28 12:24:06 markd Exp $ +# $NetBSD: Makefile,v 1.5 2003/09/18 16:25:14 jmmv Exp $ # PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION} @@ -11,7 +11,7 @@ CONFLICTS+= mpg123-[0-9]* USE_X11BASE= # defined -.include "../mpg123/Makefile.common" +.include "../../audio/mpg123/Makefile.common" .include "../../audio/nas/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |