diff options
Diffstat (limited to 'editors/textroom/Makefile')
-rw-r--r-- | editors/textroom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index d0098166f082..1a20598257ba 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -12,9 +12,9 @@ COMMENT= Full screen text editor LICENSE= GPLv3 -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libhunspell-1.3.so:textproc/hunspell \ + libxml++-2.6.so:textproc/libxml++26 USES= desktop-file-utils pkgconfig qmake USE_GL= gl |