diff options
author | jlam <jlam> | 2001-09-12 02:36:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-09-12 02:36:28 +0000 |
commit | b46b6d16d600975ec94e63bc7a44072ead9ede49 (patch) | |
tree | 7b299d3a6e095976a83521fcbfaf9156832b4955 /x11/xephem | |
parent | 934fb469f9f46d3990dc11561919a52825cf49c4 (diff) | |
download | pkgsrc-b46b6d16d600975ec94e63bc7a44072ead9ede49.tar.gz |
USE_MOTIF --> motif.buildlink.mk.
Diffstat (limited to 'x11/xephem')
-rw-r--r-- | x11/xephem/Makefile | 4 |
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" |