diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:31:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:31:37 +0800 |
commit | 29690f19d118396ba93708eed30df875f66d8ca5 (patch) | |
tree | c596547c07526b4b7818428807ead0dc910fa686 /x11 | |
parent | dab1de051df37ccd8af4d9e1223539b535d11682 (diff) | |
download | freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.tar.gz freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.tar.zst freebsd-ports-gnome-29690f19d118396ba93708eed30df875f66d8ca5.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/evilvte/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/evilvte/Makefile b/x11/evilvte/Makefile index e9c4fad1a9a5..f7b5d39d0fc8 100644 --- a/x11/evilvte/Makefile +++ b/x11/evilvte/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: evilvte -# Date created: 2008/06/03 -# Whom: chinsan -# +# Created by: chinsan # $FreeBSD$ -# PORTNAME= evilvte PORTVERSION= 0.5.0 @@ -15,6 +11,7 @@ MASTER_SITES= http://www.calno.com/${PORTNAME}/ \ MAINTAINER= aragon@phat.za.net COMMENT= A VTE based, super lightweight terminal emulator +USES= pkgconfig USE_XZ= yes USE_GMAKE= yes HAS_CONFIGURE= yes |