aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/pure-gtk/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-13 14:04:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-13 14:04:36 +0000
commit613647e1248c9ef36c07306985dc60dd788489bc (patch)
treec4aa41fe6ee1de2a7b8c235f41ae14a72241d108 /x11-toolkits/pure-gtk/Makefile
parent7d48bcd45865134a6586672b812123c0db677f49 (diff)
downloadports-613647e1248c9ef36c07306985dc60dd788489bc.tar.gz
ports-613647e1248c9ef36c07306985dc60dd788489bc.zip
Fix build
Notes
Notes: svn path=/head/; revision=322933
Diffstat (limited to 'x11-toolkits/pure-gtk/Makefile')
-rw-r--r--x11-toolkits/pure-gtk/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-toolkits/pure-gtk/Makefile b/x11-toolkits/pure-gtk/Makefile
index a201249905b2..53ec02fe0839 100644
--- a/x11-toolkits/pure-gtk/Makefile
+++ b/x11-toolkits/pure-gtk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pure-gtk
-# Date created: 2011-03-18
-# Whom: Zhihao Yuan <lichray@gmail.com>
-#
+# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
-#
PORTNAME= pure-gtk
PORTVERSION= 0.11
@@ -17,6 +13,5 @@ LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
USE_PURE= ffi
USE_GNOME= glib20 gtk20 atk pango
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
+.include <bsd.port.mk>