diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 15:28:27 +0000 |
commit | 206fd214c389e6ba3e6c0f8e026f5b942ed64f62 (patch) | |
tree | 24afad3199a8dc209bfd227906dfc48163fa1a17 /deskutils/tomboy-plugin-latex/Makefile | |
parent | 9795f213f8b50e1cf5e64b82d9c8d0a30b921452 (diff) |
Notes
Diffstat (limited to 'deskutils/tomboy-plugin-latex/Makefile')
-rw-r--r-- | deskutils/tomboy-plugin-latex/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/tomboy-plugin-latex/Makefile b/deskutils/tomboy-plugin-latex/Makefile index 51d39b298bf5..79eb8e28e9ad 100644 --- a/deskutils/tomboy-plugin-latex/Makefile +++ b/deskutils/tomboy-plugin-latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tomboy-plugin-latex -# Date created: 2008-12-21 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= tomboy-plugin-latex PORTVERSION= 0.6 @@ -19,7 +15,7 @@ BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_TEX= latex .include <bsd.port.mk> |