summaryrefslogtreecommitdiff
path: root/print/gnome-print
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-05-16 05:14:39 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-05-16 05:14:39 +0000
commit9093a19fa4bad15bcbf92b9569f3afdaa353b6c8 (patch)
tree91c8ce856f365cb40dab3706a255b5d8466ff586 /print/gnome-print
parentAdd INSTALLS_ICONS, bump the PORTREVISION, found by cports.sh. (diff)
portlint:
-Change the order, move USE_GHOSTSCRIPT_RUN under the *_DEPENDS.
Notes
Notes: svn path=/head/; revision=162531
Diffstat (limited to 'print/gnome-print')
-rw-r--r--print/gnome-print/Makefile6
1 files changed, 3 insertions, 3 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