diff options
author | dirk <dirk@FreeBSD.org> | 2000-09-10 19:06:01 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-09-10 19:06:01 +0800 |
commit | 4bbb768b05e9f6fdbd14f228f69b416d86d29495 (patch) | |
tree | 626a2db0314339ac3bc38f3c30dac34d6e8b60fb /print | |
parent | b24c4d9e4d00ec3ecc0976380ede40d747074d5c (diff) | |
download | freebsd-ports-gnome-4bbb768b05e9f6fdbd14f228f69b416d86d29495.tar.gz freebsd-ports-gnome-4bbb768b05e9f6fdbd14f228f69b416d86d29495.tar.zst freebsd-ports-gnome-4bbb768b05e9f6fdbd14f228f69b416d86d29495.zip |
Add USE_AUTOCONF to make this build and install again (hopefully 8-|)
PR: ports/20638, ports/21041
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx-devel/Makefile | 1 | ||||
-rw-r--r-- | print/lyx/Makefile | 1 | ||||
-rw-r--r-- | print/lyx14/Makefile | 1 | ||||
-rw-r--r-- | print/lyx15/Makefile | 1 | ||||
-rw-r--r-- | print/lyx16/Makefile | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 3b7172d59c5f..523b8c6f8c9c 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/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 diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 3b7172d59c5f..523b8c6f8c9c 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 diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 3b7172d59c5f..523b8c6f8c9c 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/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 diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 3b7172d59c5f..523b8c6f8c9c 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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 diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 3b7172d59c5f..523b8c6f8c9c 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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 |