diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 10:45:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 10:45:30 +0000 |
commit | 8c8d1f05e8ff30bff6484760088374d3a1b12cae (patch) | |
tree | 4cbb7172d51a843388ddaa1d82f9c9aea253ded5 /x11/xephem | |
parent | 74b72d4ae858ceb4735bb82ec07a832eb3174eed (diff) | |
download | pkgsrc-8c8d1f05e8ff30bff6484760088374d3a1b12cae.tar.gz |
Fixed paths to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'x11/xephem')
-rw-r--r-- | x11/xephem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 0e3b1ac4eb8..cfaf1be9610 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2006/06/27 12:15:09 markd Exp $ +# $NetBSD: Makefile,v 1.42 2006/07/02 10:45:30 rillig Exp $ DISTNAME= xephem-3.7.1 PKGREVISION= 1 CATEGORIES= x11 +PKGREVISION= 1 MASTER_SITES= http://www.clearskyinstitute.com/xephem/ \ ftp://iphcip1.physik.uni-mainz.de/pub/xephem/ @@ -29,6 +30,7 @@ LICENSE= xephem-license WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem USE_TOOLS+= gmake perl:run +REPLACE_PERL+= auxil/*.pl LIBS.SunOS+= -lnsl -lsocket X11_LDFLAGS+= ${LIBS} |