diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:18:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:18:11 +0000 |
commit | 7ae19c3ad41d026409c8678165acb0a915c67d34 (patch) | |
tree | 69b9c40644b7552cf69a821770b47f1b2c8d5251 /net-im/pidgin-twitter | |
parent | dcaa49123389386d3534002fe52f2a774a2771d3 (diff) | |
download | ports-7ae19c3ad41d026409c8678165acb0a915c67d34.tar.gz ports-7ae19c3ad41d026409c8678165acb0a915c67d34.zip |
Notes
Diffstat (limited to 'net-im/pidgin-twitter')
-rw-r--r-- | net-im/pidgin-twitter/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/pidgin-twitter/Makefile b/net-im/pidgin-twitter/Makefile index e1897922292d..cf8cd0d7980a 100644 --- a/net-im/pidgin-twitter/Makefile +++ b/net-im/pidgin-twitter/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pidgin-twitter -# Date created: 17 May 2008 -# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com> -# +# Created by: Junji NAKANISHI <jun-g@daemonfreaks.com> # $FreeBSD$ PORTNAME= pidgin-twitter @@ -17,8 +14,8 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -USE_GNOME= pkgconfig glib20 -USE_GMAKE= yes +USES= gmake pkgconfig +USE_GNOME= glib20 GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-twitter.so \ |