diff options
author | asami <asami@FreeBSD.org> | 2000-01-07 16:40:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-07 16:40:17 +0000 |
commit | f9b53e0e17bffe566f5358c4535f6c06ad083735 (patch) | |
tree | 81704c55f30f4eecfa9e71070bc1ea60397be281 /graphics | |
parent | 98f69b7646f01f7fdd8b902580026722232a9215 (diff) | |
download | FreeBSD-ports-f9b53e0e17bffe566f5358c4535f6c06ad083735.zip FreeBSD-ports-f9b53e0e17bffe566f5358c4535f6c06ad083735.tar.gz |
Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gfont/Makefile | 2 | ||||
-rw-r--r-- | graphics/killustrator/Makefile | 2 | ||||
-rw-r--r-- | graphics/kplot3d/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gfont/Makefile b/graphics/gfont/Makefile index 8242189..bca7019 100644 --- a/graphics/gfont/Makefile +++ b/graphics/gfont/Makefile @@ -25,4 +25,4 @@ GNU_CONFIGURE= yes MAN1= gfont.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/killustrator/Makefile b/graphics/killustrator/Makefile index 79e3f32..c4774d8 100644 --- a/graphics/killustrator/Makefile +++ b/graphics/killustrator/Makefile @@ -27,4 +27,4 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" BROKEN= "Requires NEWGCC-compiled KDE libs" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/graphics/kplot3d/Makefile b/graphics/kplot3d/Makefile index 0072d8e..bb2dd82 100644 --- a/graphics/kplot3d/Makefile +++ b/graphics/kplot3d/Makefile @@ -25,4 +25,4 @@ USE_GMAKE= yes BROKEN= "Obsolete compiler" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |