diff options
author | snj <snj> | 2004-04-17 23:59:21 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-17 23:59:21 +0000 |
commit | eceaffce933dd303a1dd7132369027e85f0e2c7a (patch) | |
tree | a83b73d0b95c96100ccf891f89ea9a30add2675a /editors/lyx-xforms/Makefile | |
parent | 46e7b32309f863aea33560b48d2a576151516ab1 (diff) | |
download | pkgsrc-eceaffce933dd303a1dd7132369027e85f0e2c7a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors/lyx-xforms/Makefile')
-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" |