diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-08-22 17:48:35 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-08-22 17:48:35 +0000 |
commit | 27470e1676e69455acf06ae25ebd42ebd5bdecdb (patch) | |
tree | 445c3e315f03aa972de87391f921c655e4634f60 /editors/ted | |
parent | cb9ed09fda5119f533f6a0b50796a275dfe64587 (diff) | |
download | ports-27470e1676e69455acf06ae25ebd42ebd5bdecdb.tar.gz ports-27470e1676e69455acf06ae25ebd42ebd5bdecdb.zip |
Notes
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 67c2ae1a7a54..204e2e9d0a67 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -3,7 +3,7 @@ PORTNAME= ted PORTVERSION= 2.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ http://fossies.org/linux/misc/ @@ -26,7 +26,7 @@ GTK2_DESC= Use GTK2 instead of MOTIF WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} USE_XORG= xext xft -USES= ghostscript:run iconv +USES= ghostscript:x11,run iconv GNU_CONFIGURE= yes MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}/\\\"\"" \ DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}/\\\"\"" \ |