diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-07-09 06:24:23 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-07-09 06:24:23 +0000 |
commit | f3290a4706508fc233d87ab4d7f92563f1f957cb (patch) | |
tree | ae16234017c9bcc57f54090337759fe606a1b82f /www/amaya/Makefile | |
parent | c5ad1d0b2c34c6a32af2b9abea287e75214dbeb0 (diff) | |
download | FreeBSD-ports-f3290a4706508fc233d87ab4d7f92563f1f957cb.zip FreeBSD-ports-f3290a4706508fc233d87ab4d7f92563f1f957cb.tar.gz |
upgrade to 5.0
PR: 28830
Submitted by: Don Croyle <croyle@gelemna.org>
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index 842fbd6..d965736 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amaya -PORTVERSION= 4.3.2 +PORTVERSION= 5.0 CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ @@ -27,7 +27,7 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-more-shared +CONFIGURE_ARGS= --without-graphic-libs DICT?= none |