diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 12:13:23 +0000 |
commit | 1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /print | |
parent | d65af50a70ba6e7ae6c00df5e9c8a4007c79a964 (diff) | |
download | ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.tar.gz ports-1c7c3d2208b25ea1ca091a2b3e8cb6b7283feac6.zip |
Notes
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 |