diff options
author | asau <asau> | 2012-10-03 11:43:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:43:30 +0000 |
commit | abd62153cbd43e8861920803d0d322f391007391 (patch) | |
tree | 1d24180b8279f1eb471106861cd2a1fe74d87224 /editors/lyx | |
parent | f0779b3927592a975e043b2758f4d7c575df8abe (diff) | |
download | pkgsrc-abd62153cbd43e8861920803d0d322f391007391.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'editors/lyx')
-rw-r--r-- | editors/lyx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 5bf9d3b96cd..d19a9217099 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/10/02 17:10:55 tron Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/03 11:43:36 asau Exp $ # DISTNAME= lyx-1.6.10 @@ -60,8 +60,6 @@ DEPENDS+= tex-xypic-[0-9]*:../../graphics/tex-xypic UNLIMIT_RESOURCES+= datasize -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config |