diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-12 19:57:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-12 19:57:06 +0000 |
commit | 015b862fe13faad579b82c2f5903575efd74daf9 (patch) | |
tree | c6ed757c8319b6091f9da450c61cba9b7a7dfa9e /math/qalculate | |
parent | 5d94d6219657235fb0af6aa6d1bd9ccaa464c0d3 (diff) | |
download | ports-015b862fe13faad579b82c2f5903575efd74daf9.tar.gz ports-015b862fe13faad579b82c2f5903575efd74daf9.zip |
Notes
Diffstat (limited to 'math/qalculate')
-rw-r--r-- | math/qalculate/Makefile | 8 | ||||
-rw-r--r-- | math/qalculate/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index b650b408a4a4..ce456a8da08d 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -27,14 +27,10 @@ USE_GNOME= gnomeprefix gnomehack intlhack libglade2 libgnome .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -# cln is built with gcc 3.3 on FreeBSD 4.x -USE_GCC= 3.3 +# cln is built with gcc 3.4 on FreeBSD 4.x +USE_GCC= 3.4 # in FreeBSD 4.x struct liconv does not contain int_p_cs_precedes EXTRA_PATCHES= ${FILESDIR}/extra-patch-FreeBSD4 -# XXX configure script fails to detect gettext on FreeBSD 4.x with gcc 3.3 -PLIST_SUB+= 5X="@comment " -.else -PLIST_SUB+= 5X="@comment " .endif .include <bsd.port.post.mk> diff --git a/math/qalculate/pkg-plist b/math/qalculate/pkg-plist index 0e51d858659a..a1f6bc5a3faa 100644 --- a/math/qalculate/pkg-plist +++ b/math/qalculate/pkg-plist @@ -53,7 +53,7 @@ share/gnome/qalculate/functions.xml share/gnome/qalculate/prefixes.xml share/gnome/qalculate/units.xml share/gnome/qalculate/variables.xml -%%5X%%share/locale/sv/LC_MESSAGES/qalculate-gtk.mo +share/locale/sv/LC_MESSAGES/qalculate-gtk.mo @exec scrollkeeper-install -q %D/share/gnome/omf/qalculate-gtk/qalculate-gtk-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/qalculate-gtk/qalculate-gtk-C.omf 2>/dev/null || /usr/bin/true @dirrm share/gnome/applnk/Utilities |