diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 08:42:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-13 08:42:08 +0000 |
commit | 10c2171c8a61f9d2100ad5d7c4f1f4593fc0dc94 (patch) | |
tree | f11e88be23f7f7a6326c7aa5e6e1e224d8779263 /japanese/vflib | |
parent | Change PKG_IGNORE_DEPENDS to contain some ridiculous string. Otherwise (diff) |
Add USE_XLIB, USE_FREETYPE doesn't imply this anymore since
print/freetype doesn't define USE_XLIB.
Notes
Notes:
svn path=/head/; revision=35056
Diffstat (limited to 'japanese/vflib')
-rw-r--r-- | japanese/vflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 56d8028ed293..54d916254995 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -22,6 +22,7 @@ PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes USE_FREETYPE= yes +USE_XLIB= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-freetype \ |