diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 07:05:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 07:05:59 +0800 |
commit | 6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7 (patch) | |
tree | 35233f7341a6809a2fba1ba182ee40c9f7bf3829 /x11-clocks/asclock-xlib | |
parent | 083cb6a50361ddf57dc397721f0ef6d3b4d1670d (diff) | |
download | freebsd-ports-gnome-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.tar.gz freebsd-ports-gnome-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.tar.zst freebsd-ports-gnome-6c12e28ee08e2f4ce111b378bc61e52b0d2fe2f7.zip |
Convert to USES=imake
Diffstat (limited to 'x11-clocks/asclock-xlib')
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile index 61675a482569..3fd7b8b0dcc1 100644 --- a/x11-clocks/asclock-xlib/Makefile +++ b/x11-clocks/asclock-xlib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asclock-xlib -# Date created: 24 April 1999 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# +# Created by: Jun Kuriyama <kuriyama@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asclock-xlib PORTVERSION= 2.0.11 @@ -19,7 +15,7 @@ MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/asclock-xlib USE_XORG= xpm x11 -USE_IMAKE= YES +USES= imake .if !defined(BATCH) && !defined(PACKAGE_BUILDING) IS_INTERACTIVE= YES |