diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:08:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 14:08:55 +0000 |
commit | 1e60403ddd1823d3609cfd1712c7ff97670fed17 (patch) | |
tree | 30aec4eb86fae53a3d9c973b70c5fb2f5ed11e32 /print | |
parent | dae5d7d8065efe67a9e881af2b850d5e6077cbf1 (diff) | |
download | ports-1e60403ddd1823d3609cfd1712c7ff97670fed17.tar.gz ports-1e60403ddd1823d3609cfd1712c7ff97670fed17.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 18b11274fe5c..7a33c3a3c16c 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gnome-cups-manager -# Date created: 14 Jul 2003 -# Whom: Glenn Johnson <glennpj@charter.net> -# +# Created by: Glenn Johnson <glennpj@charter.net> # $FreeBSD$ # $MCom: ports/print/gnome-cups-manager/Makefile,v 1.8 2007/07/20 01:11:31 mezz Exp $ -# PORTNAME= gnome-cups-manager PORTVERSION= 0.31 @@ -22,10 +18,9 @@ RUN_DEPENDS= gnomesu:${PORTSDIR}/security/libgnomesu USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ desktopfileutils -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |