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 /biology | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gperiodic/Makefile | 10 | ||||
-rw-r--r-- | biology/gperiodic/pkg-plist | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index 9350895de9ab..e3d318199230 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -3,21 +3,21 @@ # Whom: Andrey Zakhvatov # # $FreeBSD$ -# +# $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $ PORTNAME= gperiodic PORTVERSION= 2.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= http://koti.welho.com/jfrantz/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Displays a periodic table of the elements -USE_X_PREFIX= yes -USE_GNOME= gnomehier gtk20 +USE_XLIB= yes +USE_GNOME= gnomeprefix gtk20 ALL_TARGET= ${PORTNAME} - +USE_GETTEXT= yes LANGS= da fr pl sv tr post-patch: diff --git a/biology/gperiodic/pkg-plist b/biology/gperiodic/pkg-plist index db8a172e1e3b..eaf00bcb6513 100644 --- a/biology/gperiodic/pkg-plist +++ b/biology/gperiodic/pkg-plist @@ -11,3 +11,5 @@ share/locale/pl/LC_MESSAGES/gperiodic.mo share/locale/sv/LC_MESSAGES/gperiodic.mo share/locale/tr/LC_MESSAGES/gperiodic.mo %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry share/locale/pl/LC_MESSAGES +@dirrmtry share/locale/pl |