diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /net/g2ipmsg | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Notes
Notes:
svn path=/head/; revision=315433
Diffstat (limited to 'net/g2ipmsg')
-rw-r--r-- | net/g2ipmsg/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/g2ipmsg/Makefile b/net/g2ipmsg/Makefile index 2510792efa8b..f2dbc2fd081c 100644 --- a/net/g2ipmsg/Makefile +++ b/net/g2ipmsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: g2ipmsg -# Date created: 2006/12/18 -# Whom: Norikatsu Shigemura <nork@FreeBSD.org> -# +# Created by: Norikatsu Shigemura <nork@FreeBSD.org> # $FreeBSD$ -# PORTNAME= g2ipmsg PORTVERSION= 0.9.3 @@ -20,7 +16,8 @@ COMMENT= A popup style message communication tool for GNOME2 USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack intltool \ +USES= pathfix +USE_GNOME= gnomeprefix intlhack intltool \ libgnomeui libbonobo desktopfileutils gnomepanel USE_GSTREAMER= vorbis USE_PKGCONFIG= build |