diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 14:04:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-13 14:04:36 +0000 |
commit | 613647e1248c9ef36c07306985dc60dd788489bc (patch) | |
tree | c4aa41fe6ee1de2a7b8c235f41ae14a72241d108 | |
parent | Mark jobs unsafe (diff) |
Fix build
Notes
Notes:
svn path=/head/; revision=322933
-rw-r--r-- | x11-toolkits/pure-gtk/Makefile | 11 |
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> |