diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 20:31:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 20:31:50 +0000 |
commit | 61b712f7ca0708aeaf3c8262c0291648f784a211 (patch) | |
tree | 37490b07f02b45facdeddc1587a902a773200fc9 /deskutils | |
parent | 51213ba458d74f52d0453cd51fca2403b6f2f324 (diff) |
Notes
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 5fd9dedcadef..7a09b02a4585 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> |