summaryrefslogtreecommitdiff
path: root/time/plan/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
commita020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /time/plan/Makefile
parent287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff)
downloadpkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'time/plan/Makefile')
-rw-r--r--time/plan/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/time/plan/Makefile b/time/plan/Makefile
index 0b6358975f8..eba05190890 100644
--- a/time/plan/Makefile
+++ b/time/plan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/04/23 02:08:54 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2002/08/25 21:51:24 jlam Exp $
#
DISTNAME= plan-1.8.4
@@ -10,9 +10,9 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.in-berlin.de/User/bitrot/plan.html
COMMENT= Schedule planner based on X/Motif
-USE_BUILDLINK_ONLY= YES
-USE_X11BASE= YES
-ALL_TARGET= netbsd
+USE_BUILDLINK2= YES
+USE_X11BASE= YES
+ALL_TARGET= netbsd
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/plan ${PREFIX}/share/plan \
@@ -23,6 +23,5 @@ pre-install:
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/$$f ${PREFIX}/share/plan; \
done
-.include "../../mk/motif.buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../mk/motif.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"