Index: head/devel/autogen/Makefile =================================================================== --- head/devel/autogen/Makefile (revision 491996) +++ head/devel/autogen/Makefile (revision 491997) @@ -1,35 +1,35 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= autogen PORTVERSION= 5.18.12 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNU/${PORTNAME}/rel${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool designed to simplify the creation and maintenance of programs LICENSE= GPLv2 -BUILD_DEPENDS= bash:shells/bash +BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libguile-2.0.so:lang/guile2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= bash:shells/bash # bin/columns CONFLICTS_INSTALL= columns CONFIGURE_ARGS= --datadir=${PREFIX}/share --with-libguile=yes --with-libxml2=yes CONFIGURE_ENV= CONFIG_SHELL=${LOCALBASE}/bin/bash GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_GNOME= libxml2 USE_LDCONFIG= yes USE_PERL5= build USES= gmake gnome libtool pathfix perl5 pkgconfig shebangfix tar:xz INFO= autogen SHEBANG_FILES= autoopts/tpl/*.pl .include