diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 22:52:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 22:52:54 +0000 |
commit | 516aa9965a80aa3a01e6f1b86565d9fc8a3c699c (patch) | |
tree | 022eeac6e8d8e9e7ad46e8e33d14fbb3f6ffc6d9 /x11-clocks | |
parent | f99028945d98f49996bee1657f9ecff4fb8a9686 (diff) | |
download | ports-516aa9965a80aa3a01e6f1b86565d9fc8a3c699c.tar.gz ports-516aa9965a80aa3a01e6f1b86565d9fc8a3c699c.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmtimer/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-clocks/wmtimer/Makefile b/x11-clocks/wmtimer/Makefile index 9de8102bf0a4..7d0620140800 100644 --- a/x11-clocks/wmtimer/Makefile +++ b/x11-clocks/wmtimer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmtimer -# Date created: Thu Apr 26 16:46:38 EDT 2001 -# Whom: Patrick Li <pat@databits.net> et al -# +# Created by: Patrick Li <pat@databits.net> et al # $FreeBSD$ -# PORTNAME= wmtimer PORTVERSION= 2.92 @@ -19,7 +15,8 @@ COMMENT= Multi-Function timer dockapp for WindowMaker WRKSRC= ${WRKDIR}/${DISTNAME}/wmtimer PORTDOCS= README PLIST_FILES= bin/wmtimer -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 USE_XORG= x11 xau xcomposite xcursor xdamage xdmcp xext xfixes xi \ xinerama xpm xrandr xrender USE_GNOME= gtk20 |