diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 15:46:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-10 15:46:00 +0000 |
commit | 5cf6fb6e264d1961af4e4ed2f8f85fb8928b4ae1 (patch) | |
tree | 014f224e53c95cf097d2268d19e24a3aaa197d7d /x11-fm | |
parent | c5831866db4afd4f9590ccded2df027c5beb7fe1 (diff) | |
download | ports-5cf6fb6e264d1961af4e4ed2f8f85fb8928b4ae1.tar.gz ports-5cf6fb6e264d1961af4e4ed2f8f85fb8928b4ae1.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gentoo/Makefile | 9 | ||||
-rw-r--r-- | x11-fm/gentoo/distinfo | 4 | ||||
-rw-r--r-- | x11-fm/gentoo/pkg-plist | 3 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index 50a630cd034c..2d9cef3aabb7 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gentoo -PORTVERSION= 0.11.49 +PORTVERSION= 0.11.51 CATEGORIES= x11-fm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,6 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-fam MAN1= gentoo.1 @@ -34,6 +33,12 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +.if defined(WITH_FAM) +LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +.else +CONFIGURE_ARGS+= --disable-fam +.endif + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^CFLAGS = @GENTOO_CFLAGS@|CFLAGS = @CFLAGS@|g' \ diff --git a/x11-fm/gentoo/distinfo b/x11-fm/gentoo/distinfo index ecad4e93c0ce..8743b8313451 100644 --- a/x11-fm/gentoo/distinfo +++ b/x11-fm/gentoo/distinfo @@ -1,2 +1,2 @@ -MD5 (gentoo-0.11.49.tar.gz) = d4ba19c5ab08c1c38b2ba9df733c754a -SIZE (gentoo-0.11.49.tar.gz) = 1277249 +MD5 (gentoo-0.11.51.tar.gz) = e9bcc95dd5c16a607a202cb7b5d2d73a +SIZE (gentoo-0.11.51.tar.gz) = 1309684 diff --git a/x11-fm/gentoo/pkg-plist b/x11-fm/gentoo/pkg-plist index 9fdf61395387..d1c6f13a8f34 100644 --- a/x11-fm/gentoo/pkg-plist +++ b/x11-fm/gentoo/pkg-plist @@ -214,14 +214,15 @@ etc/gentoorc %%DATADIR%%/icons/xpm2.xpm %%NLS%%share/locale/de/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/fr/LC_MESSAGES/gentoo.mo +%%NLS%%share/locale/it/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/pl/LC_MESSAGES/gentoo.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/ru_RU.CP1251/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/ru_RU.KOI8-R/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/ru_RU.UTF-8/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/ru_RU.cp1251/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/ru_RU.koi8r/LC_MESSAGES/gentoo.mo %%NLS%%share/locale/ru_RU.utf8/LC_MESSAGES/gentoo.mo +%%NLS%%share/locale/sv/LC_MESSAGES/gentoo.mo @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/scratch |