diff options
author | joerg <joerg> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-07-04 16:18:28 +0000 |
commit | b41afda830f6bc4ed5962998da3bf3a978daf627 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /editors/ted-es | |
parent | 644eb16e7d04fcc9d5fb5685162cd94be12c66b1 (diff) | |
download | pkgsrc-b41afda830f6bc4ed5962998da3bf3a978daf627.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'editors/ted-es')
-rw-r--r-- | editors/ted-es/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/ted-es/Makefile b/editors/ted-es/Makefile index d7a7b7a1420..3db69afce6d 100644 --- a/editors/ted-es/Makefile +++ b/editors/ted-es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/03 11:43:44 asau Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ DISTNAME= Ted_es_ES PKGNAME= ted-es-2.16 @@ -13,7 +13,6 @@ COMMENT= Spanish spelling dictionary for the Ted word processor DEPENDS+= ted>=2.6:../../editors/ted WRKSRC= ${WRKDIR} -USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES |