diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 05:14:39 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-16 05:14:39 +0000 |
commit | 9093a19fa4bad15bcbf92b9569f3afdaa353b6c8 (patch) | |
tree | 91c8ce856f365cb40dab3706a255b5d8466ff586 /print/gnome-print | |
parent | 07c1d0bebfb05ad9ae834c1d2a7815b2176f6c04 (diff) | |
download | ports-9093a19fa4bad15bcbf92b9569f3afdaa353b6c8.tar.gz ports-9093a19fa4bad15bcbf92b9569f3afdaa353b6c8.zip |
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/Makefile | 6 |
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 |