diff options
author | glewis <glewis@FreeBSD.org> | 2004-10-27 00:51:29 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-10-27 00:51:29 +0800 |
commit | 8eef976b46e4e04315ac872845c1470c7595339c (patch) | |
tree | 4b4e4357188b14d8ba429377b3e3ff336b5ecbf7 /java/jmp/Makefile | |
parent | d849cb5c7b731e13201b3402a44e73724df8996c (diff) | |
download | freebsd-ports-gnome-8eef976b46e4e04315ac872845c1470c7595339c.tar.gz freebsd-ports-gnome-8eef976b46e4e04315ac872845c1470c7595339c.tar.zst freebsd-ports-gnome-8eef976b46e4e04315ac872845c1470c7595339c.zip |
. Update to 0.44.
PR: 72959
Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer)
Diffstat (limited to 'java/jmp/Makefile')
-rw-r--r-- | java/jmp/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile index e7c40474ff85..dfffedc29306 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jmp -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ @@ -19,7 +19,8 @@ OPTIONS= X11 "Enable X11 support" on OPTIONS+= DEBUG "Enable extra debug output" off OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off -CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" +CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" \ + --with-libintl-prefix="${LOCALBASE}" USE_GETTEXT= yes .if defined(WITHOUT_X11) @@ -54,6 +55,7 @@ CONFIGURE_ENV= JAVA_HOME="${JAVA_HOME}" INSTALLS_SHLIB= yes PLIST_FILES= lib/libjmp.so lib/libjmp.so.0 \ - share/locale/de/LC_MESSAGES/jmp.mo share/locale/sv/LC_MESSAGES/jmp.mo + share/locale/de/LC_MESSAGES/jmp.mo \ + share/locale/sv/LC_MESSAGES/jmp.mo .include <bsd.port.mk> |