summaryrefslogtreecommitdiff
path: root/x11/xephem/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2007-03-02 22:20:44 +0000
committergdt <gdt>2007-03-02 22:20:44 +0000
commit2e1a04ff01e70d394cf95316ce4744d845b11e17 (patch)
tree9d532132b46c02eba8d28fe5362a4eea2007ce6a /x11/xephem/Makefile
parent039cbbb461c3c68fad112cb96b62fec53a34a812 (diff)
downloadpkgsrc-2e1a04ff01e70d394cf95316ce4744d845b11e17.tar.gz
Fix passing of rpath to build of xephem binary from x11.buildlink3.mk.
pkgrevision++.
Diffstat (limited to 'x11/xephem/Makefile')
-rw-r--r--x11/xephem/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile
index 9b6c5e73c3d..29aba688531 100644
--- a/x11/xephem/Makefile
+++ b/x11/xephem/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2007/01/31 14:07:16 gdt Exp $
+# $NetBSD: Makefile,v 1.47 2007/03/02 22:20:44 gdt Exp $
DISTNAME= xephem-3.7.2
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \
ftp://iphcip1.physik.uni-mainz.de/pub/xephem/
@@ -55,5 +56,6 @@ do-install:
${PREFIX}/share/xephem
${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"