diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-16 13:14:39 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-16 13:14:39 +0800 |
commit | b0a2e20d3164a557a7c25fdca526ae494c9af271 (patch) | |
tree | f86e37dcecd74529d8d172c091ae2b958b6382ef /print | |
parent | 297e6ebcc79c27783ca76b5ac18e283018d8fc65 (diff) | |
download | freebsd-ports-gnome-b0a2e20d3164a557a7c25fdca526ae494c9af271.tar.gz freebsd-ports-gnome-b0a2e20d3164a557a7c25fdca526ae494c9af271.tar.zst freebsd-ports-gnome-b0a2e20d3164a557a7c25fdca526ae494c9af271.zip |
portlint:
-Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS.
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-print/Makefile | 6 | ||||
-rw-r--r-- | print/gnomeprint/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index c4c442a3c0e9..f4fb6e884448 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -17,11 +17,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome print support library -USE_GHOSTSCRIPT_RUN= yes - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +USE_GHOSTSCRIPT_RUN= yes + PLIST_SUB= VERSION=${PORTVERSION} USE_BZIP2= yes diff --git a/print/gnomeprint/Makefile b/print/gnomeprint/Makefile index c4c442a3c0e9..f4fb6e884448 100644 --- a/print/gnomeprint/Makefile +++ b/print/gnomeprint/Makefile @@ -17,11 +17,11 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome print support library -USE_GHOSTSCRIPT_RUN= yes - -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +USE_GHOSTSCRIPT_RUN= yes + PLIST_SUB= VERSION=${PORTVERSION} USE_BZIP2= yes |