Index: head/sysutils/lavaps/Makefile =================================================================== --- head/sysutils/lavaps/Makefile (revision 169083) +++ head/sysutils/lavaps/Makefile (revision 169084) @@ -1,46 +1,47 @@ # New ports collection makefile for: lavaps # Date created: 11-Oct-99 # Whom: johnh@isi.edu # # $FreeBSD$ # PORTNAME= lavaps PORTVERSION= 2.7 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= A lava lamp of currently running processes WANT_GNOME= yes USE_GNOME= gnometarget USE_PERL5_BUILD= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAN1= lavaps.1 - + TCL_VER?= 8.4 CPPFLAGS= -I${LOCALBASE}/include/tcl${TCL_VER} \ -I${LOCALBASE}/include/tk${TCL_VER} \ -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib .include .if ${HAVE_GNOME:Mgtk20}!="" PKGNAMESUFFIX= -gtk2 USE_GNOME+= gtk20 +USE_GETTEXT= yes CONFIGURE_ARGS+= --with-gtk PLIST_SUB+= NLS="" .else LIB_DEPENDS+= tk${TCL_VER:S/.//}:${PORTSDIR}/x11-toolkits/tk${TCL_VER:S/.//} CONFIGURE_ARGS+= --with-tcltk --disable-nls \ --with-tcl-ver=${TCL_VER} --with-tk-ver=${TCL_VER} PLIST_SUB+= NLS="@comment " .endif .include Property changes on: head/sysutils/lavaps/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/sysutils/lavaps/pkg-plist =================================================================== --- head/sysutils/lavaps/pkg-plist (revision 169083) +++ head/sysutils/lavaps/pkg-plist (revision 169084) @@ -1,7 +1,5 @@ bin/lavaps %%NLS%%share/locale/es/LC_MESSAGES/lavaps.mo %%NLS%%share/locale/ru/LC_MESSAGES/lavaps.mo -%%NLS%%@dirrmtry share/locale/es/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ru/LC_MESSAGES @exec chgrp kmem %D/bin/lavaps @exec chmod g+s %D/bin/lavaps Property changes on: head/sysutils/lavaps/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property