From 321c33c40887c1d061466855d6f09cbbf5efa060 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 9 Jun 2002 16:10:24 +0000 Subject: [PATCH] remove duplicate entry for gettext, this port was already using the gettext module. --- print/lyx/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/print/lyx/Makefile b/print/lyx/Makefile index bea0b973505..1dfc9a6b7d0 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2002/06/09 04:08:19 wilfried Exp $ +# $OpenBSD: Makefile,v 1.27 2002/06/09 16:10:24 brad Exp $ COMMENT= "graphical frontend for LaTeX (nearly WYSIWYG)" @@ -23,11 +23,10 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -BUILD_DEPENDS= :teTeX_base-*:print/teTeX/base -RUN_DEPENDS= ${BUILD_DEPENDS} \ +BUILD_DEPENDS+= :teTeX_base-*:print/teTeX/base +RUN_DEPENDS+= :teTeX_base-*:print/teTeX/base \ :ispell-*:textproc/ispell -LIB_DEPENDS= forms::x11/xforms \ - intl.1::devel/gettext +LIB_DEPENDS+= forms::x11/xforms CONFIGURE_STYLE= autoconf MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/config