diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-23 18:49:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-23 18:49:07 +0000 |
commit | 056108e4dfb6463b4a05bec34b1dd3bb1bd45b78 (patch) | |
tree | dc7d8f0be0bfe75a674820e94ab3c717151153d7 /x11-toolkits/fltk-xunicode | |
parent | 7c47124d499bf1c409f623f70f6c4b196979aa28 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/fltk-xunicode')
-rw-r--r-- | x11-toolkits/fltk-xunicode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/fltk-xunicode/Makefile b/x11-toolkits/fltk-xunicode/Makefile index c62b25083376..89dd1ea9b613 100644 --- a/x11-toolkits/fltk-xunicode/Makefile +++ b/x11-toolkits/fltk-xunicode/Makefile @@ -7,6 +7,10 @@ MASTERDIR= ${.CURDIR}/../fltk +MAINTAINER= knu@FreeBSD.org + +COMMENT= ${.CURDIR}/pkg-comment + WITH_XUNICODE= yes .include "${MASTERDIR}/Makefile" |