diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-11 08:52:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-11 08:52:57 +0000 |
commit | d756b84f47fb730a46963016133056df46730628 (patch) | |
tree | e8bb2fa507ad23c7b83476ab8c3735805d28d842 /graphics/freetype-utils | |
parent | 4864dbf9620ee4c7794daf32b7fac5c002ccf6f7 (diff) | |
download | pkgsrc-d756b84f47fb730a46963016133056df46730628.tar.gz |
Move USE_BUILDLINK2 definition into the common Makefile as we need to
include buildlink2.mk files from there.
Diffstat (limited to 'graphics/freetype-utils')
-rw-r--r-- | graphics/freetype-utils/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/freetype-utils/Makefile b/graphics/freetype-utils/Makefile index 88ea129c098..fb9d2439476 100644 --- a/graphics/freetype-utils/Makefile +++ b/graphics/freetype-utils/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2002/08/25 21:49:53 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/09/11 08:52:58 jlam Exp $ -PKGNAME= freetype-utils-${FT_VERS} -COMMENT= Utilities for manipulating TrueType fonts +.include "../freetype-lib/Makefile.common" + +PKGNAME= freetype-utils-${FT_VERS} +COMMENT= Utilities for manipulating TrueType fonts BUILDLINK_DEPENDS.freetype= freetype-lib>=${FT_VERS} -USE_BUILDLINK2= # defined USE_X11= # defined -.include "../freetype-lib/Makefile.common" - CONFIGURE_ARGS+= --with-x ALL_TARGET= tttest INSTALL_TARGET= install-tttest |