diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-05-19 20:36:56 +0000 |
commit | d4f0d0048a8755106a4b0445221a19761e746984 (patch) | |
tree | c87184c5bfeaf942c827c5f706186ce9786a2588 /graphics/geomorph | |
parent | e82affd309fc2d8e5ea19b2e003f1296920bd825 (diff) | |
download | ports-d4f0d0048a8755106a4b0445221a19761e746984.tar.gz ports-d4f0d0048a8755106a4b0445221a19761e746984.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes
Notes:
svn path=/head/; revision=191544
Diffstat (limited to 'graphics/geomorph')
-rw-r--r-- | graphics/geomorph/Makefile | 2 | ||||
-rw-r--r-- | graphics/geomorph/pkg-plist | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile index 41b61b314dba..d57f9b12ef1b 100644 --- a/graphics/geomorph/Makefile +++ b/graphics/geomorph/Makefile @@ -7,6 +7,7 @@ PORTNAME= geomorph PORTVERSION= 0.40 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,6 @@ COMMENT= Height field generator and editor LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext -USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/graphics/geomorph/pkg-plist b/graphics/geomorph/pkg-plist index cd7ee8e06443..1c27ddb9aff1 100644 --- a/graphics/geomorph/pkg-plist +++ b/graphics/geomorph/pkg-plist @@ -52,6 +52,9 @@ bin/geomorph %%DATADIR%%/GeoMorph.xpm %%DATADIR%%/Geomorph-gnome.desktop %%DATADIR%%/Geomorph-kde.desktop +share/locale/de/LC_MESSAGES/geomorph.mo +share/locale/en/LC_MESSAGES/geomorph.mo +share/locale/fr/LC_MESSAGES/geomorph.mo @dirrm %%DATADIR%%/%%PORTVERSION%%/scenes @dirrm %%DATADIR%%/%%PORTVERSION%% @dirrm %%DATADIR%% |