aboutsummaryrefslogtreecommitdiff
path: root/net/gfbgraph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gfbgraph/Makefile')
-rw-r--r--net/gfbgraph/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile
index 1038a2c38b60..41b9e30406d7 100644
--- a/net/gfbgraph/Makefile
+++ b/net/gfbgraph/Makefile
@@ -1,12 +1,11 @@
-# Created by: Gustau Perez <gustau.perez@gmail.com>
-
PORTNAME= gfbgraph
-DISTVERSION= 0.2.4
+DISTVERSION= 0.2.5
CATEGORIES= net www
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject library for Facebook Graph API
+WWW= https://git.gnome.org/browse/libgfbgraph
BUILD_DEPENDS= gtkdoc-rebase:textproc/gtk-doc
LIB_DEPENDS= librest-0.7.so:devel/librest \
@@ -25,7 +24,4 @@ CONFIGURE_ARGS= --enable-gtk-doc
INSTALL_TARGET= install install-strip
-pre-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NOCONFIGURE=1 ./autogen.sh
-
.include <bsd.port.mk>