diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
commit | 084268b65b6a4ba8cd9a2c193b165516b7a70bfe (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /mail/contact-lookup-applet/Makefile | |
parent | 63dee78872bf0f8c9861ab6e8fb93a43b3d4eaa8 (diff) | |
download | freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.gz freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.zst freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'mail/contact-lookup-applet/Makefile')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index 023cae7429f4..5c8f550ec122 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -1,11 +1,6 @@ -# New ports collection makefile for: contact lookup applet -# Date created: 22 January 2004 -# Whom: kwm@rainbow-runner.nl -# +# Created by: kwm@rainbow-runner.nl # $FreeBSD$ # $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $ -# - PORTNAME= contact PORTVERSION= 0.17 PORTREVISION= 8 @@ -17,7 +12,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gnome panel applet for easy Evolution contact book access -USE_GNOME= evolutiondataserver gnomehack gnomepanel gnomeprefix \ +USES= pathfix +USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \ libgnomeui USE_GETTEXT= yes USE_GMAKE= yes |