summaryrefslogtreecommitdiff
path: root/x11/xephem
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-12 02:36:28 +0000
committerjlam <jlam@pkgsrc.org>2001-09-12 02:36:28 +0000
commita7b24da26b5c8ce119b38966394502f7b445e575 (patch)
tree7b299d3a6e095976a83521fcbfaf9156832b4955 /x11/xephem
parent965ec8c5abea0c3cafe9976aa97726768ee1112a (diff)
downloadpkgsrc-a7b24da26b5c8ce119b38966394502f7b445e575.tar.gz
USE_MOTIF --> motif.buildlink.mk.
Diffstat (limited to 'x11/xephem')
-rw-r--r--x11/xephem/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 6eb38f2fb00..c56f556cf65 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/25 04:18:29 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/09/12 02:36:28 jlam Exp $
DISTNAME= xephem-3.4
CATEGORIES= x11
@@ -13,7 +13,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem
LIBSRC= ${WRKDIR}/${DISTNAME}/libastro
USE_PERL5= yes
USE_IMAKE= yes
-USE_MOTIF= yes
LICENSE= no-commercial-use
@@ -45,4 +44,5 @@ post-install:
done)
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem
+.include "../../mk/motif.buildlink.mk"
.include "../../mk/bsd.pkg.mk"