aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-12 17:39:19 +0800
committerbapt <bapt@FreeBSD.org>2013-09-12 17:39:19 +0800
commit83c7c862253c02f1db5dd7db7a482c0c984fa300 (patch)
tree30c4f47c6d9506bd4b43001a86ace7628059cd87 /editors
parent42f9fd27207fb2579e4f4e6f7d0e3b36f4cf936f (diff)
downloadfreebsd-ports-gnome-83c7c862253c02f1db5dd7db7a482c0c984fa300.tar.gz
freebsd-ports-gnome-83c7c862253c02f1db5dd7db7a482c0c984fa300.tar.zst
freebsd-ports-gnome-83c7c862253c02f1db5dd7db7a482c0c984fa300.zip
Reassign to the heap as maintainer no longer use FreeBSD
While here: Use options helpers where possible Submitted by: Michael Brune <admin@mjbrune.org> (former maintainer via pkg-fallout)
Diffstat (limited to 'editors')
-rw-r--r--editors/textroom/Makefile10
-rw-r--r--editors/textroom/pkg-descr2
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile
index 98d0f9432af6..0897f8bf26f8 100644
--- a/editors/textroom/Makefile
+++ b/editors/textroom/Makefile
@@ -7,14 +7,14 @@ PORTREVISION= 4
CATEGORIES= editors
MASTER_SITES= SF
-MAINTAINER= admin@mjbrune.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Full screen text editor
-LIB_DEPENDS= hunspell-1.3:${PORTSDIR}/textproc/hunspell \
- xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \
- curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \
+ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \
+ libcurl.so:${PORTSDIR}/ftp/curl
-USES= shared-mime-info
+USES= shared-mime-info
USE_SDL= mixer
USE_QT4= moc_build qmake_build rcc_build uic_build corelib gui xml \
svg opengl qt3support
diff --git a/editors/textroom/pkg-descr b/editors/textroom/pkg-descr
index 6f5766f2ebf2..a1555e8a1458 100644
--- a/editors/textroom/pkg-descr
+++ b/editors/textroom/pkg-descr
@@ -4,4 +4,4 @@ your liking, as well as familiar set of keyboard shortcuts to control
its behavior. If you don't feel comfortable already with your editor
of choice, you may find it useful.
-WWW: http://code.google.com/p/textroom/
+WWW: http://code.google.com/p/textroom/