diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2010-01-29 22:58:31 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2010-01-29 22:58:31 +0000 |
commit | 3efb420a9a8b035b7016f09086a0e6b22321c136 (patch) | |
tree | d686f0684c534ef5bb40ae7c76db84ca7b302cf1 /devel/mk-configure | |
parent | 5f45b50af4a0c2675db9d1ab74531572907a3487 (diff) | |
download | ports-3efb420a9a8b035b7016f09086a0e6b22321c136.tar.gz ports-3efb420a9a8b035b7016f09086a0e6b22321c136.zip |
Notes
Diffstat (limited to 'devel/mk-configure')
-rw-r--r-- | devel/mk-configure/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/mk-configure/Makefile b/devel/mk-configure/Makefile index 3f731cff10d3..15d7cd215cea 100644 --- a/devel/mk-configure/Makefile +++ b/devel/mk-configure/Makefile @@ -7,6 +7,7 @@ PORTNAME= mk-configure PORTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,6 +15,7 @@ MAINTAINER= to.my.trociny@gmail.com COMMENT= Lightweight, easy to use replacement for GNU autotools BUILD_DEPENDS= bmake:${PORTSDIR}/devel/bmake +RUN_DEPENDS= $(BUILD_DEPENDS) .if !defined(NOPORTDOCS) DOCFILES= README NEWS TODO COPYRIGHT FAQ |