aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/granite/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2016-06-13 18:54:28 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2016-06-13 18:54:28 +0000
commit09013611f19eaa4a31ccd370cd237ea95b0f1a5b (patch)
tree3066998456255a0e2c8df62943b45c35c5f3c12b /x11-toolkits/granite/Makefile
parente0c81583d33ca47ff609b018d1b5c4af778cb67a (diff)
downloadports-09013611f19eaa4a31ccd370cd237ea95b0f1a5b.tar.gz
ports-09013611f19eaa4a31ccd370cd237ea95b0f1a5b.zip
Notes
Diffstat (limited to 'x11-toolkits/granite/Makefile')
-rw-r--r--x11-toolkits/granite/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-toolkits/granite/Makefile b/x11-toolkits/granite/Makefile
index 082583b09fe6..18ec819fb06a 100644
--- a/x11-toolkits/granite/Makefile
+++ b/x11-toolkits/granite/Makefile
@@ -3,10 +3,10 @@
#
PORTNAME= granite
-PORTVERSION= 0.3.1
+PORTVERSION= 0.4
CATEGORIES= x11-toolkits
-MASTER_SITES= https://launchpadlibrarian.net/215905441/ \
- https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/
+MASTER_SITES= https://launchpadlibrarian.net/264917936/ \
+ https://launchpad.net/${PORTNAME}/${PORTVERSION}/loki-alpha1/+download/
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Extensions of GTK+3 toolkit
@@ -19,10 +19,13 @@ LIB_DEPENDS= libgee-0.8.so:devel/libgee
RUN_DEPENDS= contractor:sysutils/contractor
USES= cmake gettext pkgconfig tar:xz
-USE_GNOME= glib20 gtk30 introspection:build
+USE_GNOME= glib20 gtk30 cairo introspection:build
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
CFLAGS+= -Wno-return-type
+post-patch:
+ ${REINPLACE_CMD} -e 's|FFREE_|FREE_|' ${WRKSRC}/CMakeLists.txt
+
.include <bsd.port.mk>