diff options
author | obache <obache> | 2011-04-19 11:34:47 +0000 |
---|---|---|
committer | obache <obache> | 2011-04-19 11:34:47 +0000 |
commit | a312e587b3e4911093a53519c82542c093080ba7 (patch) | |
tree | 608765ddbb39c480a694c06b70b17ac62f2285e2 /print | |
parent | 0df231afa81133bc336b06b598d5696a06a5fc35 (diff) | |
download | pkgsrc-a312e587b3e4911093a53519c82542c093080ba7.tar.gz |
fixes last commit (missing `/Makefile').
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-vflib-lib/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ja-vflib-lib/Makefile.common b/print/ja-vflib-lib/Makefile.common index 6a9af2a6e41..6e8d3a71e5a 100644 --- a/print/ja-vflib-lib/Makefile.common +++ b/print/ja-vflib-lib/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.11 2011/04/19 11:30:50 obache Exp $ +# $NetBSD: Makefile.common,v 1.12 2011/04/19 11:34:47 obache Exp $ # -# used by print/ja-vflib-lib -# used by print/ja-vflib-utils +# used by print/ja-vflib-lib/Makefile +# used by print/ja-vflib-utils/Makefile DISTNAME= VFlib2-${VFLIB_VERSION} CATEGORIES+= japanese print |