diff options
author | hasso <hasso@pkgsrc.org> | 2009-09-03 13:39:39 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-09-03 13:39:39 +0000 |
commit | d19994afbf6370b3c279160901b1f30c08b29895 (patch) | |
tree | 999c3aac0142040cd20f9f859759345ec08361a5 /textproc/convertlit/Makefile | |
parent | 03e45aac931ed31f671bdc59e1a832ef1547fe6a (diff) | |
download | pkgsrc-d19994afbf6370b3c279160901b1f30c08b29895.tar.gz |
Fix build.
Diffstat (limited to 'textproc/convertlit/Makefile')
-rw-r--r-- | textproc/convertlit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/convertlit/Makefile b/textproc/convertlit/Makefile index 7e2843c1ca6..862b3574536 100644 --- a/textproc/convertlit/Makefile +++ b/textproc/convertlit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/07/07 22:22:58 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/03 13:39:39 hasso Exp $ # # In order to ensure compliance with U.S. and international law, please # do not modify this file to provide pointers to the source or homepage @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} BUILD_DIRS= lib clit18 -MAKE_FILE= makefile +MAKE_FILE= Makefile USE_TOOLS+= gmake SUBST_CLASSES+= d2u |