diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:31:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:31:37 +0000 |
commit | 888f36102257672ed96e052b9cf0fba2da4a662e (patch) | |
tree | c596547c07526b4b7818428807ead0dc910fa686 /x11-wm/gcompmgr | |
parent | 457279a404e1036e87a4a55c8802201014ab4874 (diff) |
Notes
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" \ |