diff options
author | jlam <jlam> | 2001-06-25 20:03:54 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-25 20:03:54 +0000 |
commit | ab97cb2c842a4a8e36a267a0857479229349346a (patch) | |
tree | 4e01ec3951fc4ee68df18204f5a6feb5977b566f /graphics | |
parent | 4cf69f1762a07e2d0add8173a0454827953b8691 (diff) | |
download | pkgsrc-ab97cb2c842a4a8e36a267a0857479229349346a.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/freetype-lib/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/freetype-lib/Makefile.common b/graphics/freetype-lib/Makefile.common index 2ffc22b8000..e002e8db6fb 100644 --- a/graphics/freetype-lib/Makefile.common +++ b/graphics/freetype-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2001/06/12 20:33:03 jlam Exp $ +# $NetBSD: Makefile.common,v 1.17 2001/06/25 20:03:54 jlam Exp $ DISTNAME= freetype-${FT_VERS} FT_VERS= 1.3.1 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.freetype.org/ CONFLICTS= freetype-1.[12]* +USE_BUILDLINK_ONLY= # defined BUILD_USES_MSGFMT= # defined USE_LIBTOOL= # defined |