summaryrefslogtreecommitdiff
path: root/editors/textroom
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-12 09:39:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-12 09:39:19 +0000
commit1f9270b0bc803581e176fc526f72bd46d6f2cc14 (patch)
tree30c4f47c6d9506bd4b43001a86ace7628059cd87 /editors/textroom
parentUpdate to 0.07. (diff)
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)
Notes
Notes: svn path=/head/; revision=327046
Diffstat (limited to 'editors/textroom')
-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/