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-birthday-reminder | |
parent | dcaa49123389386d3534002fe52f2a774a2771d3 (diff) | |
download | ports-7ae19c3ad41d026409c8678165acb0a915c67d34.tar.gz ports-7ae19c3ad41d026409c8678165acb0a915c67d34.zip |
Notes
Diffstat (limited to 'net-im/pidgin-birthday-reminder')
-rw-r--r-- | net-im/pidgin-birthday-reminder/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net-im/pidgin-birthday-reminder/Makefile b/net-im/pidgin-birthday-reminder/Makefile index 24f2a58f330e..cd233b8a6265 100644 --- a/net-im/pidgin-birthday-reminder/Makefile +++ b/net-im/pidgin-birthday-reminder/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-birthday_reminder -# Date created: 11 April 2009 -# Whom: Alexander Logvinov <ports@logvinov.com> -# +# Created by: Alexander Logvinov <ports@logvinov.com> # $FreeBSD$ -# PORTNAME= pidgin-birthday-reminder PORTVERSION= 1.7 @@ -20,9 +16,8 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext -USE_GNOME= pkgconfig intltool +USES= gettext gmake pkgconfig +USE_GNOME= intltool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |