aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-02-18 10:50:48 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-02-18 10:50:48 +0000
commit3d2b895bb7fa9b4a4a5226ea292672a23907aefd (patch)
treeceb2ad16df5a149e914d6dfa4ed4b2bac38d6e62 /x11-toolkits
parent6cddd6d5040c394a8b8e6fa43409954782fa922e (diff)
downloadports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.tar.gz
ports-3d2b895bb7fa9b4a4a5226ea292672a23907aefd.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-frantk/Makefile3
-rw-r--r--x11-toolkits/hs-frantk/pkg-comment1
-rw-r--r--x11-toolkits/hs-gtk+hs/Makefile1
-rw-r--r--x11-toolkits/hs-gtk+hs/pkg-comment1
4 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile
index b46d62da7e31..9d43d2179c11 100644
--- a/x11-toolkits/hs-frantk/Makefile
+++ b/x11-toolkits/hs-frantk/Makefile
@@ -10,10 +10,11 @@ PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= x11-toolkits haskell
MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/FranTk/
-DISTNAME= FranTk${PORTVERSION:S/./_/}
PKGNAMEPREFIX= hs-
+DISTNAME= FranTk${PORTVERSION:S/./_/}
MAINTAINER= obraun@FreeBSD.org
+COMMENT= A GUI library for Haskell on top of Tcl-Tk
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
.if !defined(WITHOUT_GHC)
diff --git a/x11-toolkits/hs-frantk/pkg-comment b/x11-toolkits/hs-frantk/pkg-comment
deleted file mode 100644
index ea5b2dd015c1..000000000000
--- a/x11-toolkits/hs-frantk/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A GUI library for Haskell on top of Tcl-Tk
diff --git a/x11-toolkits/hs-gtk+hs/Makefile b/x11-toolkits/hs-gtk+hs/Makefile
index f794fce9211e..dbb494acae14 100644
--- a/x11-toolkits/hs-gtk+hs/Makefile
+++ b/x11-toolkits/hs-gtk+hs/Makefile
@@ -12,6 +12,7 @@ MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/gtk/
PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
+COMMENT= A GTK+ Binding for Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \
c2hs:${PORTSDIR}/devel/hs-c2hs
diff --git a/x11-toolkits/hs-gtk+hs/pkg-comment b/x11-toolkits/hs-gtk+hs/pkg-comment
deleted file mode 100644
index 96ad5a2c2e13..000000000000
--- a/x11-toolkits/hs-gtk+hs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A GTK+ Binding for Haskell