diff options
author | dirk <dirk@FreeBSD.org> | 2000-09-10 11:06:01 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-09-10 11:06:01 +0000 |
commit | 4bbb768b05e9f6fdbd14f228f69b416d86d29495 (patch) | |
tree | 626a2db0314339ac3bc38f3c30dac34d6e8b60fb /print/lyx | |
parent | b24c4d9e4d00ec3ecc0976380ede40d747074d5c (diff) | |
download | FreeBSD-ports-4bbb768b05e9f6fdbd14f228f69b416d86d29495.zip FreeBSD-ports-4bbb768b05e9f6fdbd14f228f69b416d86d29495.tar.gz |
Add USE_AUTOCONF to make this build and install again (hopefully 8-|)
PR: ports/20638, ports/21041
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 3b7172d..523b8c6 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ intl.1:${PORTSDIR}/devel/gettext USE_GMAKE= yes +USE_AUTOCONF= yes USE_XPM= yes USE_NEWGCC= yes USE_PERL5= yes |