aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-18 06:01:09 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-18 06:01:09 +0000
commit7dd9dbd385da0350b6b244eceb357490b69d4e70 (patch)
tree2b68202e48081cc0e84c38b0d3118bc3a8c3c713 /x11-toolkits
parent2cbde522d4448ecec87878cd62e2b6454c070b8a (diff)
downloadports-7dd9dbd385da0350b6b244eceb357490b69d4e70.tar.gz
ports-7dd9dbd385da0350b6b244eceb357490b69d4e70.zip
De-pkg-decomment fltk master-slave ports.
Notes
Notes: svn path=/head/; revision=75783
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fltk-xunicode/Makefile3
-rw-r--r--x11-toolkits/fltk-xunicode/pkg-comment1
-rw-r--r--x11-toolkits/fltk/Makefile1
-rw-r--r--x11-toolkits/fltk/pkg-comment1
4 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/fltk-xunicode/Makefile b/x11-toolkits/fltk-xunicode/Makefile
index 0df06418625b..daaefa94fe35 100644
--- a/x11-toolkits/fltk-xunicode/Makefile
+++ b/x11-toolkits/fltk-xunicode/Makefile
@@ -8,8 +8,7 @@
MASTERDIR= ${.CURDIR}/../fltk
MAINTAINER= knu@FreeBSD.org
-
-COMMENTFILE= ${.CURDIR}/pkg-comment
+COMMENT= FLTK with Unicode support
WITH_XUNICODE= yes
diff --git a/x11-toolkits/fltk-xunicode/pkg-comment b/x11-toolkits/fltk-xunicode/pkg-comment
deleted file mode 100644
index 4ef986a2c8fc..000000000000
--- a/x11-toolkits/fltk-xunicode/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-FLTK with Unicode support
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index 23da6a303bba..b362548db5f4 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \
DISTNAME= ${PORTNAME}-${VERSION}-source
MAINTAINER?= demon@FreeBSD.org
+COMMENT?= C++ graphical user interface for X
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
diff --git a/x11-toolkits/fltk/pkg-comment b/x11-toolkits/fltk/pkg-comment
deleted file mode 100644
index 62d59e215f37..000000000000
--- a/x11-toolkits/fltk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-C++ graphical user interface for X