diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-07 04:31:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-07 04:31:50 +0800 |
commit | 9128609dfa8c12f87b1d8dcb16daffb509696302 (patch) | |
tree | 37490b07f02b45facdeddc1587a902a773200fc9 /deskutils | |
parent | aa0b036852eb03b64fb5eb45d30d3b217a28ee79 (diff) | |
download | freebsd-ports-graphics-9128609dfa8c12f87b1d8dcb16daffb509696302.tar.gz freebsd-ports-graphics-9128609dfa8c12f87b1d8dcb16daffb509696302.tar.zst freebsd-ports-graphics-9128609dfa8c12f87b1d8dcb16daffb509696302.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tomboy-plugin-todo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/tomboy-plugin-todo/Makefile b/deskutils/tomboy-plugin-todo/Makefile index 5fd9dedcade..7a09b02a458 100644 --- a/deskutils/tomboy-plugin-todo/Makefile +++ b/deskutils/tomboy-plugin-todo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-todo -# Date created: 2009-06-09 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= tomboy-plugin-todo PORTVERSION= 1.0.0 @@ -19,6 +15,6 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig .include <bsd.port.mk> |