diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /french | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/gibi/Makefile | 6 | ||||
-rw-r--r-- | french/homard/Makefile | 2 | ||||
-rw-r--r-- | french/staroffice52/Makefile | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/french/gibi/Makefile b/french/gibi/Makefile index a58a04c36360..0c99d82be118 100644 --- a/french/gibi/Makefile +++ b/french/gibi/Makefile @@ -7,7 +7,7 @@ PORTNAME= gibi PORTVERSION= 2000 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad linux MASTER_SITES= http://www.code-aster.org/FICHIERS/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.${ARCH} @@ -23,9 +23,9 @@ COMMENT= GIBI est la partie mailleur et post de CASTEM # zsh (default), bash or ksh. #----------------------------------------------------------------------- -BUILD_DEPENDS= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base \ - ${LOCALBASE}/aster/${vaster}/asteru.exe:${PORTSDIR}/french/aster +BUILD_DEPENDS= ${LOCALBASE}/aster/${vaster}/asteru.exe:${PORTSDIR}/french/aster RUN_DEPENDS= ${LOCALBASE}/aster/${vaster}/asteru.exe:${PORTSDIR}/french/aster \ + ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs \ ${SHELL_RUN_GIBI}:${PORTSDIR}/shells/${SHRGDEP} RESTRICTED= "Toute personne chargeant le logiciel GIBI s'engage à ne\ diff --git a/french/homard/Makefile b/french/homard/Makefile index fb40feedfaa9..5b13473d2666 100644 --- a/french/homard/Makefile +++ b/french/homard/Makefile @@ -7,7 +7,7 @@ PORTNAME= homard PORTVERSION= 6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad linux python MASTER_SITES= http://www.code-aster.org/FICHIERS/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.${ARCH} diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index b4567c2c2900..43523065a49b 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -8,7 +8,7 @@ PORTNAME= staroffice PORTVERSION= 5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french editors linux MASTER_SITES= ftp://ftp.cem2.univ-montp2.fr/pub/linux/soft/StarOffice/ \ ftp://sunsite.cnlab-switch.ch/mirror/staroffice/francais/ \ @@ -32,8 +32,10 @@ EXTRACT_ONLY= 109939-03.tar.Z MAINTAINER= mbr@FreeBSD.org COMMENT= Suite bureautique intégrée -FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +FETCH_DEPENDS= ${LINUXBASE}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base-8 +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs +USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_CDROM= 'Doit être téléchargé depuis le site web de Sun' CD_MOUNTPT= '/cdrom' |