diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-13 22:04:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-13 22:04:36 +0800 |
commit | 797d36e27ac4e0c41aaa0debcfb3b52f97c23cca (patch) | |
tree | c4aa41fe6ee1de2a7b8c235f41ae14a72241d108 /x11-toolkits | |
parent | 363543d39edc8f944e0484318f065df32e8d49a7 (diff) | |
download | freebsd-ports-gnome-797d36e27ac4e0c41aaa0debcfb3b52f97c23cca.tar.gz freebsd-ports-gnome-797d36e27ac4e0c41aaa0debcfb3b52f97c23cca.tar.zst freebsd-ports-gnome-797d36e27ac4e0c41aaa0debcfb3b52f97c23cca.zip |
Fix build
Diffstat (limited to 'x11-toolkits')
-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> |