diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /x11-clocks | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/gtubeclock/Makefile | 7 | ||||
-rw-r--r-- | x11-clocks/sanduhr/Makefile | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/x11-clocks/gtubeclock/Makefile b/x11-clocks/gtubeclock/Makefile index 206bd5ac0f19..aa9d26a1841b 100644 --- a/x11-clocks/gtubeclock/Makefile +++ b/x11-clocks/gtubeclock/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtubeclock -# Date created: 9 Jan 2005 -# Whom: UMENO Takashi -# +# Created by: UMENO Takashi # $FreeBSD$ -# PORTNAME= gtubeclock PORTVERSION= 0.9.1 @@ -14,6 +10,7 @@ MASTER_SITES= http://www.bonnyswan.com/gtubeclock/downloads/ MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= A nixie tube clock for GNOME +USES= pkgconfig USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gtk20 libgnomeui diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile index df40b73dcbbd..315f544d9cad 100644 --- a/x11-clocks/sanduhr/Makefile +++ b/x11-clocks/sanduhr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sanduhr -# Date created: 14 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sanduhr PORTVERSION= 1.93 @@ -14,8 +10,8 @@ MASTER_SITES= http://seehuhn.de/media/programs/ MAINTAINER= araujo@FreeBSD.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass +USES= gmake pkgconfig USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_GMAKE= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |