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-osd | |
parent | dcaa49123389386d3534002fe52f2a774a2771d3 (diff) | |
download | ports-7ae19c3ad41d026409c8678165acb0a915c67d34.tar.gz ports-7ae19c3ad41d026409c8678165acb0a915c67d34.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=325748
Diffstat (limited to 'net-im/pidgin-osd')
-rw-r--r-- | net-im/pidgin-osd/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/pidgin-osd/Makefile b/net-im/pidgin-osd/Makefile index a9313e8260c8..b0e47206d9e4 100644 --- a/net-im/pidgin-osd/Makefile +++ b/net-im/pidgin-osd/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pidgin-osd -# Date created: 17 Dec 2009 -# Whom: Vyacheslav Anikin <anikinsl@gmail.com> -# +# Created by: Vyacheslav Anikin <anikinsl@gmail.com> # $FreeBSD$ PORTNAME= pidgin-osd @@ -18,9 +15,9 @@ BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ xosd>=2.2.12:${PORTSDIR}/misc/xosd -USE_GNOME= pkgconfig glib20 +USES= gmake pkgconfig +USE_GNOME= glib20 USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes PLIST_FILES= lib/pidgin/pidgin-osd.so \ |