diff options
author | wiz <wiz> | 2009-09-02 15:57:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-09-02 15:57:08 +0000 |
commit | 3c3b0eb9ec6e1b273ea2608d743142ffa4494b4e (patch) | |
tree | 176eb3ef34a7a7014bdf0d2f9480e8dc948549ee /print | |
parent | a2634e120186502f3084a2dacdf42230aadc297d (diff) | |
download | pkgsrc-3c3b0eb9ec6e1b273ea2608d743142ffa4494b4e.tar.gz |
Reorder some lines.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 64338f014b6..7b1eafb24b6 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2009/09/02 15:56:03 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2009/09/02 15:57:08 wiz Exp $ DISTNAME= ghostscript-8.70 CATEGORIES= print @@ -9,13 +9,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ghostscript.sourceforge.net/ COMMENT= Postscript interpreter -PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts CONFLICTS+= ghostscript-afpl-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* -DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts +PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake perl:run lex pkg-config GNU_CONFIGURE= yes |