diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /x11-toolkits/libgnomeprintui | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) | |
download | ports-9250d94365048cf854570d93b5196aa250eba8f0.tar.gz ports-9250d94365048cf854570d93b5196aa250eba8f0.zip |
Notes
Diffstat (limited to 'x11-toolkits/libgnomeprintui')
-rw-r--r-- | x11-toolkits/libgnomeprintui/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile index 81bd23bff645..4fa8322ae923 100644 --- a/x11-toolkits/libgnomeprintui/Makefile +++ b/x11-toolkits/libgnomeprintui/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgnomeprintui -# Date created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreBSD.org> # $FreeBSD$ # $MCom: ports/x11-toolkits/libgnomeprintui/Makefile,v 1.75 2010/09/28 16:07:36 kwm Exp $ -# PORTNAME= libgnomeprintui PORTVERSION= 2.18.6 @@ -22,7 +18,8 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc USE_BZIP2= yes USE_XORG= x11 xpm USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \ +USES= bison pathfix +USE_GNOME= gnomeprefix libgnomeprint libgnomecanvas \ intlhack ltverhack USE_GETTEXT= yes USE_LDCONFIG= yes |