diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /editors/ted-da | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'editors/ted-da')
-rw-r--r-- | editors/ted-da/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/ted-da/Makefile b/editors/ted-da/Makefile index c11bfeda887..f891859dc7e 100644 --- a/editors/ted-da/Makefile +++ b/editors/ted-da/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/03 11:43:43 asau Exp $ +# $NetBSD: Makefile,v 1.17 2015/07/04 16:18:29 joerg Exp $ DISTNAME= Ted_da_DK PKGNAME= ted-da-2.16 @@ -13,7 +13,6 @@ COMMENT= Danish 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 |