diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /french | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'french')
-rw-r--r-- | french/alphabet_sounds_fr/Makefile | 5 | ||||
-rw-r--r-- | french/mozilla-flp/Makefile | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/french/alphabet_sounds_fr/Makefile b/french/alphabet_sounds_fr/Makefile index c5f43d0b1411..2a06507b5a23 100644 --- a/french/alphabet_sounds_fr/Makefile +++ b/french/alphabet_sounds_fr/Makefile @@ -5,7 +5,7 @@ PORTNAME= alphabet_sounds_fr PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= french games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= childsplay @@ -14,11 +14,10 @@ DISTNAME= alphabet_sounds_fr MAINTAINER= bruno@tinkerbox.org COMMENT= Educative games for children. Alphabet sounds package (french) -BUILD_DEPENDS= ${X11BASE}/bin/childsplay:${PORTSDIR}/games/childsplay +BUILD_DEPENDS= ${LOCALBASE}/bin/childsplay:${PORTSDIR}/games/childsplay RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/install.sh diff --git a/french/mozilla-flp/Makefile b/french/mozilla-flp/Makefile index d613b8a625f2..45706edce6a7 100644 --- a/french/mozilla-flp/Makefile +++ b/french/mozilla-flp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ${GECKO}-flp PORTVERSION= ${MOZVERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= french www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -17,7 +18,6 @@ DISTNAME= ${GECKO}-${PORTVERSION}.fr-FR.langpack MAINTAINER= thierry@FreeBSD.org COMMENT= ${GECKO} French Language Pack (FLP) -USE_X_PREFIX= yes # Cannot be included after <bsd.port.pre.mk>. WRKSRC= ${WRKDIR}/bin REPS= defaults/profile/FR/chrome defaults/messenger/FR defaults/isp/FR |