diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /x11/tilda | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) |
Notes
Diffstat (limited to 'x11/tilda')
-rw-r--r-- | x11/tilda/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile index 42977c4c2b7c..d31e4712aa80 100644 --- a/x11/tilda/Makefile +++ b/x11/tilda/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tilda -# Date created: 4 Jan 2005 -# Whom: Vlad V. Teterya <vlad@vlad.uz.ua> -# +# Create by: Vlad V. Teterya <vlad@vlad.uz.ua> # $FreeBSD$ -# PORTNAME= tilda PORTVERSION= 0.9.6 @@ -18,7 +14,7 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 vte -USE_GMAKE= yes +USES= gmake pkgconfig DOCS= AUTHORS ChangeLog README TODO |