diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-18 05:36:14 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-18 05:36:14 +0800 |
commit | 86d0328e5e43fbb308306e257cdc045bf3328175 (patch) | |
tree | 542dea2a281708ab7abf0281a9e015fb3fab2652 /print/libgnomeprint | |
parent | a749c4f1510c5bbc696beb84f3a354d9ed3cf0cc (diff) | |
download | marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.gz marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.tar.zst marcuscom-ports-86d0328e5e43fbb308306e257cdc045bf3328175.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9835 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index 17f637e27..ee83a4199 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/print/libgnomeprint/Makefile,v 1.69 2007/08/08 16:32:37 mezz Exp $ +# $MCom: ports/print/libgnomeprint/Makefile,v 1.70 2007/09/17 15:10:34 ahze Exp $ # PORTNAME= libgnomeprint PORTVERSION= 2.18.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,7 +24,7 @@ USE_BZIP2= yes LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ popt.0:${PORTSDIR}/devel/popt -USE_BISON= yes +USE_BISON= build USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ libartlgpl2 ltverhack |