diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-01 22:28:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-01 22:28:48 +0000 |
commit | 6e69bd41d56b1941fdff81033280dd2fcd8c7ded (patch) | |
tree | ff08ec086ad972eaceeb0685a45b784de80ce126 /editors | |
parent | 2320ea61f6d0896f99ec0671a4dc95ca9e935504 (diff) | |
download | pkgsrc-6e69bd41d56b1941fdff81033280dd2fcd8c7ded.tar.gz |
Don't include x11.b3.mk explicitly, it is not needed.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx-qt/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common index 246425d81de..daa404481e5 100644 --- a/editors/lyx-qt/Makefile.common +++ b/editors/lyx-qt/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2006/11/10 17:48:48 reed Exp $ +# $NetBSD: Makefile.common,v 1.44 2007/02/01 22:28:48 joerg Exp $ # DISTNAME= lyx-1.4.3 @@ -101,4 +101,3 @@ SUBST_SED.python= -e "s,python ,${PYTHONBIN} ," .include "../../textproc/aiksaurus/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" |