diff options
author | dirk <dirk@FreeBSD.org> | 2000-08-13 16:03:49 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-08-13 16:03:49 +0000 |
commit | 15e8d90310992d219ea0b94d8c3b1d989172d0a6 (patch) | |
tree | d6811958731819dabb0832d42a9d73909e6f5976 /print/lyx | |
parent | a49329a09ea268c55a292d5afa47760b13a3d5c4 (diff) | |
download | FreeBSD-ports-15e8d90310992d219ea0b94d8c3b1d989172d0a6.zip FreeBSD-ports-15e8d90310992d219ea0b94d8c3b1d989172d0a6.tar.gz |
LyX needs gmake.
Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index eea154c..3b7172d 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -27,6 +27,7 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ intl.1:${PORTSDIR}/devel/gettext +USE_GMAKE= yes USE_XPM= yes USE_NEWGCC= yes USE_PERL5= yes |