diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-15 22:55:09 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-15 22:55:09 +0800 |
commit | 27d305a4a6f09951e6f005bc07b7b73992b6a432 (patch) | |
tree | b745c366ec35965b68e71201fac2f7f0bcf11bed /net-im/pidgin-libnotify/Makefile | |
parent | 6989d6a25e3122bf903a48871f307ea15d7e489e (diff) | |
download | freebsd-ports-gnome-27d305a4a6f09951e6f005bc07b7b73992b6a432.tar.gz freebsd-ports-gnome-27d305a4a6f09951e6f005bc07b7b73992b6a432.tar.zst freebsd-ports-gnome-27d305a4a6f09951e6f005bc07b7b73992b6a432.zip |
- Update to 0.14
PR: ports/134136
Submitted by: Alexander Logvinov <ports@logvinov.com>
Approved by: maintainer timeout, miwi (mentor implicit)
Diffstat (limited to 'net-im/pidgin-libnotify/Makefile')
-rw-r--r-- | net-im/pidgin-libnotify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-libnotify/Makefile b/net-im/pidgin-libnotify/Makefile index fd3ba62b90f7..87f3cf1da573 100644 --- a/net-im/pidgin-libnotify/Makefile +++ b/net-im/pidgin-libnotify/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libnotify -PORTVERSION= 0.13 -PORTREVISION= 6 +PORTVERSION= 0.14 CATEGORIES= net-im MASTER_SITES= SF MASTER_SITE_SUBDIR= gaim-libnotify @@ -24,6 +23,7 @@ LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_GMAKE= yes USE_GNOME= pkgconfig gtk20 .if defined(WITHOUT_NLS) |