aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autogen/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-04-27 06:37:12 +0800
committernork <nork@FreeBSD.org>2003-04-27 06:37:12 +0800
commit762e4cf3a393b00176d25111392006a5d7319b8c (patch)
treef9041e0273d1236ffce0f92177d78bba14fa1cbe /devel/autogen/Makefile
parentbdf6ffdc4fe6f6fc3560665afedcf53ccebc5f23 (diff)
downloadfreebsd-ports-gnome-762e4cf3a393b00176d25111392006a5d7319b8c.tar.gz
freebsd-ports-gnome-762e4cf3a393b00176d25111392006a5d7319b8c.tar.zst
freebsd-ports-gnome-762e4cf3a393b00176d25111392006a5d7319b8c.zip
Update to 5.5.3.
PR: ports/51362 Submitted by: Ports Fury
Diffstat (limited to 'devel/autogen/Makefile')
-rw-r--r--devel/autogen/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index 5ead91093e39..3c8a454da1a7 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= autogen
-PORTVERSION= 5.5.2
+PORTVERSION= 5.5.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
${MASTER_SITE_GNU}
@@ -16,15 +16,16 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The Automated Program Generator
-LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
- xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
-USE_REINPLACE= yes
-USE_GMAKE= yes
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
XML2_CONFIG?= ${LOCALBASE}/bin/xml2-config
+
+USE_GNOME= libxml2
+USE_REINPLACE= yes
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libguile=yes --with-libxml2=yes
INSTALLS_SHLIB= yes