diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-09 23:06:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-09 23:06:35 +0800 |
commit | f858e10baa68752c518e31f2098d70ece9dce48d (patch) | |
tree | 9bd7f71238a12bc0db0ca53e3c4fb84ede50e683 | |
parent | bc9f2fb36d1ccf541a931ba389e532b76e840f09 (diff) | |
download | freebsd-ports-gnome-f858e10baa68752c518e31f2098d70ece9dce48d.tar.gz freebsd-ports-gnome-f858e10baa68752c518e31f2098d70ece9dce48d.tar.zst freebsd-ports-gnome-f858e10baa68752c518e31f2098d70ece9dce48d.zip |
Unbreak INDEX
-rw-r--r-- | graphics/cairo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 42441caa0dc4..377f31f3797f 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -87,6 +87,6 @@ post-patch: ${WRKSRC}/util/*/Makefile.in \ ${WRKSRC}/boilerplate/Makefile.in -.endif - .include <bsd.port.mk> + +.endif |