diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-07-04 09:31:36 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-07-04 09:31:36 +0000 |
commit | a2ea877e3b720c6ec69537c0cb5c4e972c1c8721 (patch) | |
tree | b981975c5ca86d26748bb24eccd149455250dad5 | |
parent | e9934167662e719d21c1f15904fa2a6384f16daf (diff) | |
download | FreeBSD-ports-a2ea877e3b720c6ec69537c0cb5c4e972c1c8721.zip FreeBSD-ports-a2ea877e3b720c6ec69537c0cb5c4e972c1c8721.tar.gz |
Oops...forgot a few to bump lib. version.
-rw-r--r-- | games/xothello/Makefile | 2 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 2 | ||||
-rw-r--r-- | print/lyx-devel/Makefile | 2 | ||||
-rw-r--r-- | print/lyx/Makefile | 2 | ||||
-rw-r--r-- | print/lyx14/Makefile | 2 | ||||
-rw-r--r-- | print/lyx15/Makefile | 2 | ||||
-rw-r--r-- | print/lyx16/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/xothello/Makefile b/games/xothello/Makefile index 822ea62..c7a3818 100644 --- a/games/xothello/Makefile +++ b/games/xothello/Makefile @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms NO_CDROM= Possible trademark infringement diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 6dddaf8..d37f0bd 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -18,7 +18,7 @@ MAINTAINER= mikeh@FreeBSD.org BROKEN= "Must manually install ports/devel/autoconf" BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ gdbm.2:${PORTSDIR}/databases/gdbm USE_AUTOMAKE_VER= 15 diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index e17457a..e8289b2 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes diff --git a/print/lyx/Makefile b/print/lyx/Makefile index e17457a..e8289b2 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index e17457a..e8289b2 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index e17457a..e8289b2 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index e17457a..e8289b2 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms \ intl.2:${PORTSDIR}/devel/gettext USE_GMAKE= yes |