diff options
author | snj <snj@pkgsrc.org> | 2004-04-17 23:59:21 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-17 23:59:21 +0000 |
commit | d920d6db74a92fe80fd0fbd056afe3e707ff988e (patch) | |
tree | a83b73d0b95c96100ccf891f89ea9a30add2675a /editors/lyx-xforms | |
parent | 6c1749c10ba6de83c4ce979707c5ddea31b72bad (diff) | |
download | pkgsrc-d920d6db74a92fe80fd0fbd056afe3e707ff988e.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/lyx-xforms')
-rw-r--r-- | editors/lyx-xforms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile index 8ade29db2be..82db223abbb 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/17 23:59:21 snj Exp $ # .include "../lyx-qt/Makefile.common" @@ -13,5 +13,5 @@ CONFLICTS+= lyx-qt-[0-9]* CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ --with-frontend=xforms -.include "../../x11/xforms/buildlink2.mk" +.include "../../x11/xforms/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |