diff options
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 f4bc9e16a75..d30625c5edb 100644 --- a/editors/lyx-xforms/Makefile +++ b/editors/lyx-xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/23 00:28:13 reed Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/22 19:26:25 wiz Exp $ # .include "../../editors/lyx-qt/Makefile.common" @@ -9,7 +9,7 @@ COMMENT+= (xforms version) CONFLICTS+= lyx-qt-[0-9]* -CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ +CONFIGURE_ARGS+= --with-extra-prefix=${BUILDLINK_PREFIX.xforms} \ --with-frontend=xforms .include "../../x11/xforms/buildlink3.mk" |