diff options
author | jmmv <jmmv> | 2003-09-18 16:25:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-09-18 16:25:08 +0000 |
commit | eaf83de1986ca7d1151f44507cab55e6261b9157 (patch) | |
tree | 059002a09ab942607c4e739ae3422b863a0c90f4 /print | |
parent | 02a58ba9f320cdeeef22277a29a4c61fdd398b0f (diff) | |
download | pkgsrc-eaf83de1986ca7d1151f44507cab55e6261b9157.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')
-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 |