aboutsummaryrefslogtreecommitdiff
path: root/editors/ted
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-05 15:48:40 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-05 15:48:40 +0000
commitd52303ea80aa622b55c12627a49f1f1e99799338 (patch)
treed034fed1dcf7a30f93cc657393a36b54fdca2c7b /editors/ted
parent5af1c513f7d709dc7d19fad1794bceca52ca780c (diff)
downloadports-d52303ea80aa622b55c12627a49f1f1e99799338.tar.gz
ports-d52303ea80aa622b55c12627a49f1f1e99799338.zip
Add USES=xorg USES=gl, ports categories e
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'.
Notes
Notes: svn path=/head/; revision=516802
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile
index 8d2a87eda4fc..85cd16df0926 100644
--- a/editors/ted/Makefile
+++ b/editors/ted/Makefile
@@ -23,8 +23,8 @@ RUN_DEPENDS= gsfonts>0:print/gsfonts
WRKSRC= ${WRKDIR}/Ted-${PORTVERSION}
+USES= ghostscript:x11,run iconv pkgconfig xorg
USE_XORG= xext xft
-USES= ghostscript:x11,run iconv pkgconfig
GNU_CONFIGURE= yes
MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \
DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}/\\\"\"" \
@@ -42,6 +42,7 @@ INDDIR= ${DATADIR}/dfa
OPTIONS_DEFINE= GTK2 DOCS
GTK2_DESC= Use GTK2 instead of MOTIF
+GTK2_USES= gnome
GTK2_USE= GNOME=gtk20
GTK2_CONFIGURE_ON= --with-GTK
GTK2_CPPFLAGS= `pkg-config --cflags gtk+-2.0 | ${SED} -e 's|-I|-isystem |g'`