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-im/pidgin-guifications | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Notes
Notes:
svn path=/head/; revision=315433
Diffstat (limited to 'net-im/pidgin-guifications')
-rw-r--r-- | net-im/pidgin-guifications/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile index 86c764e9d9dc..1de97c4b807e 100644 --- a/net-im/pidgin-guifications/Makefile +++ b/net-im/pidgin-guifications/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gaim-guifications -# Date created: 2004-05-04 -# Whom: ports@c0decafe.net -# +# Created by: ports@c0decafe.net # $FreeBSD$ -# PORTNAME= pidgin-guifications PORTVERSION= 2.16 @@ -20,7 +16,8 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack gtk20 +USES= pathfix +USE_GNOME= gnomeprefix gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |