summaryrefslogtreecommitdiff
path: root/x11-clocks/asclock-xlib/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-09-25 02:35:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-09-25 02:35:51 +0000
commit877f0e69fba71a338ce587a4b44645ff0c53d116 (patch)
tree0e2d851c9946bf08120804521540339bfb61f50d /x11-clocks/asclock-xlib/Makefile
parentFix build error with clang. (diff)
When not -D BATCH mark IS_INTERACTIVE, make imake dependency unconditional
PR: ports/151723 Submitted by: me Approved by: maintainer timeout (11 months)
Notes
Notes: svn path=/head/; revision=282351
Diffstat (limited to '')
-rw-r--r--x11-clocks/asclock-xlib/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile
index d2bf127fd851..61675a482569 100644
--- a/x11-clocks/asclock-xlib/Makefile
+++ b/x11-clocks/asclock-xlib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asclock-xlib
PORTVERSION= 2.0.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-clocks afterstep windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kuriyama
@@ -15,13 +15,14 @@ MASTER_SITE_SUBDIR= kuriyama
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= New flavor of asclock
-WRKSRC= ${WRKDIR}/asclock-xlib
-USE_XORG= xpm
+MAKE_JOBS_UNSAFE= yes
-.if defined(BATCH)
+WRKSRC= ${WRKDIR}/asclock-xlib
+USE_XORG= xpm x11
USE_IMAKE= YES
-.else
-USE_XORG= x11
+
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= YES
HAS_CONFIGURE= YES
.endif