summaryrefslogtreecommitdiff
path: root/time/emiclock/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-23 04:26:51 +0000
committerjlam <jlam@pkgsrc.org>2001-08-23 04:26:51 +0000
commita17239c066dcfcad39db4003a2b8d421fa1bc881 (patch)
tree4bfa8b36ce531fe4f0f7472d5fdff888abf4b533 /time/emiclock/Makefile
parent79fe9eff8ce0ebb615cb7a647fadec6607504307 (diff)
downloadpkgsrc-a17239c066dcfcad39db4003a2b8d421fa1bc881.tar.gz
Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
Diffstat (limited to 'time/emiclock/Makefile')
-rw-r--r--time/emiclock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/emiclock/Makefile b/time/emiclock/Makefile
index a6cc1cc666c..9a28c45a904 100644
--- a/time/emiclock/Makefile
+++ b/time/emiclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/06/04 18:40:57 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2001/08/23 04:26:54 jlam Exp $
#
DISTNAME= emiclock-2.0.2
@@ -17,7 +17,6 @@ NO_BIN_ON_CDROM=${RESTRICTED}
USE_X11BASE= yes
USE_IMAKE= yes
-USE_XAW= yes
.include "../../mk/bsd.prefs.mk"
@@ -34,4 +33,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/resources/R6/EUC/EmiClock.ad \
${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/EmiClock
+.include "../../mk/xaw.buildlink.mk"
.include "../../mk/bsd.pkg.mk"