diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /print | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/Makefile | 9 | ||||
-rw-r--r-- | print/gnomephotoprinter/Makefile | 9 | ||||
-rw-r--r-- | print/gribouy/Makefile | 8 |
3 files changed, 6 insertions, 20 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 4d0f69bec593..2a82a495cb35 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: ggv2 -# Date created: 07 July 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $ -# PORTNAME= ggv PORTVERSION= 2.12.0 @@ -18,9 +14,8 @@ COMMENT= GNOME 2 ghostscript viewer USE_BZIP2= yes INSTALLS_OMF= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils -USES= gettext +USES= gettext gmake pkgconfig USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index af2648175d45..da87b55dd247 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnomephotoprinter -# Date created: 27 Oct 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnomephotoprinter PORTVERSION= 0.7.0 @@ -16,10 +12,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome Photo Printer is intended for printing photos in an easy way -USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui \ gnomevfs2 -USES= gettext +USES= gettext gmake pkgconfig GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index 1eb7a37aa59b..b8549d363c46 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gribouy -# Date created: 20 Nov 2003 -# Whom: bland@FreeBSD.org -# +# Created by: bland@FreeBSD.org # $FreeBSD$ -# PORTNAME= gribouy PORTVERSION= 0.0.8 @@ -17,7 +13,7 @@ MASTER_SITE_SUBDIR= bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui GNU_CONFIGURE= yes |