diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-19 17:37:48 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-19 17:37:48 +0000 |
commit | 4e0daa187d1a58846c941b18e2823c447424fd4c (patch) | |
tree | f8f48dd231987d5a4a30d4bdd722e6c98ef1c9a7 /x11-toolkits/termit/Makefile | |
parent | c3efd79a4363ad1fb2dedd5204e26f132cfc3f70 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/termit/Makefile')
-rw-r--r-- | x11-toolkits/termit/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index 76a364d1a1df..c8db9827ab20 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: termit -# Date created: 2008/06/20 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= termit PORTVERSION= 2.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= http://cloud.github.com/downloads/nonstop/termit/ @@ -26,13 +22,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ xcb:${PORTSDIR}/x11/libxcb USE_BZIP2= yes -USE_GNOME= gdkpixbuf2 vte -USE_LUA= yes USE_CMAKE= yes USE_PKGCONFIG= build USE_ICONV= yes +USE_LUA= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \ xi xinerama xrandr xrender +USE_GNOME= gdkpixbuf2 vte MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include/vte-0.0 |