diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /editors/texmacs | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'editors/texmacs')
-rw-r--r-- | editors/texmacs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile index 36c9f601c0c3..d3a3cb4feff9 100644 --- a/editors/texmacs/Makefile +++ b/editors/texmacs/Makefile @@ -14,8 +14,8 @@ COMMENT= WYSIWYG scientific text editor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile -RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig +LIB_DEPENDS= libguile.so:lang/guile +RUN_DEPENDS= fig2dev:print/transfig USES= cpe desktop-file-utils gmake iconv pkgconfig python \ shared-mime-info shebangfix @@ -38,15 +38,15 @@ OPTIONS_DEFINE= ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF QT4 SQLITE OPTIONS_DEFAULT=ASPELL FREETYPE GHOSTSCRIPT IMLIB2 PDF QT4 SQLITE OPTIONS_SUB= yes -ASPELL_RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +ASPELL_RUN_DEPENDS= aspell:textproc/aspell +FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2 FREETYPE_CONFIGURE_ENABLE= freetype FREETYPE_CONFIGURE_ENV_OFF= FREETYPE_CFLAGS=" " FREETYPE_LDFLAGS=" " \ ac_cv_header_ft2build_h=no GHOSTSCRIPT_USES= ghostscript:x11 GHOSTSCRIPT_CONFIGURE_ON= --with-gs=yes GHOSTSCRIPT_CONFIGURE_OFF= --with-gs=no -IMLIB2_LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 +IMLIB2_LIB_DEPENDS= libImlib2.so:graphics/imlib2 IMLIB2_CONFIGURE_WITH= imlib2 PDF_CONFIGURE_ENABLE= pdf-renderer PDF_LDFLAGS= -lz |