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 | |
parent | 7c47124d499bf1c409f623f70f6c4b196979aa28 (diff) | |
download | ports-056108e4dfb6463b4a05bec34b1dd3bb1bd45b78.tar.gz ports-056108e4dfb6463b4a05bec34b1dd3bb1bd45b78.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk-xunicode/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/fltk/Makefile | 2 |
2 files changed, 5 insertions, 1 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" diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index 102690ecf9c5..60c35bc80daf 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERSION}/ DISTNAME= ${PORTNAME}-${VERSION}-source -MAINTAINER= demon@FreeBSD.org +MAINTAINER?= demon@FreeBSD.org .if defined(WITH_XUNICODE) PATCH_VERSION= 20000625 |