diff options
author | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-10-17 18:13:01 +0800 |
commit | 6f10a06995e640bf1073c28f5c13ea8f8412737a (patch) | |
tree | d14ccc864c4783b5751e425e681d4bc7e63ec159 /java/jmp | |
parent | 7428a469a6c4123272d6ac2707e3cf432227515b (diff) | |
download | freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.gz freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.tar.zst freebsd-ports-gnome-6f10a06995e640bf1073c28f5c13ea8f8412737a.zip |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
Diffstat (limited to 'java/jmp')
-rw-r--r-- | java/jmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile index cecd544c6f22..a39b5e5581bd 100644 --- a/java/jmp/Makefile +++ b/java/jmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= jmp PORTVERSION= 0.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://www.khelekore.org/jmp/ @@ -21,7 +21,7 @@ OPTIONS+= OPTIMIZED_CFLAGS "Compile with -O3" off CONFIGURE_ARGS= --with-includes="${JAVA_HOME}/include ${LOCALBASE}/include" \ --with-libintl-prefix="${LOCALBASE}" -USE_BISON= yes +USE_BISON= build USE_GETTEXT= yes USE_GMAKE= yes USE_JAVA= yes |