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-wm/gcompmgr | |
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-wm/gcompmgr')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index 1b23fd0c85ed..076bf4212a9f 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gcompmgr -# Date created: 6 Feb 2006 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= gcompmgr PORTVERSION= 0.21 @@ -18,6 +14,7 @@ RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 GNU_CONFIGURE= yes +USES= pkgconfig USE_AUTOTOOLS= automake:env DESKTOP_ENTRIES="gcompmgr" \ |