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 /print/ghostscript/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 'print/ghostscript/Makefile')
-rw-r--r-- | print/ghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 2a2d8770c80..8896821bba8 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/02/23 00:57:52 itohy Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/18 16:25:10 jmmv Exp $ PKGNAME= ghostscript-${GS_VERS} PKGREVISION= 4 @@ -8,6 +8,6 @@ USE_X11= YES GS_DISPLAY_DEVICE= x11.dev XLIBS= Xt SM ICE Xext X11 -.include "../ghostscript-nox11/Makefile.common" +.include "../../print/ghostscript-nox11/Makefile.common" MAKEFRAGS+= ${FILESDIR}/devs.x11 |