diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-09-02 08:46:24 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-09-02 08:46:24 +0000 |
commit | c025599ce0654154135ea5d40107792e36b5e832 (patch) | |
tree | 8ef830e56dca24a20c83592130ed80506ee52e12 /x11/xephem/Makefile | |
parent | e7aa2a2ee210020a04788f653b340ee11d40063b (diff) | |
download | pkgsrc-c025599ce0654154135ea5d40107792e36b5e832.tar.gz |
This packages uses perl, so set USE_PERL5=YES.
Diffstat (limited to 'x11/xephem/Makefile')
-rw-r--r-- | x11/xephem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 3485ba77f72..4bafd39d2fa 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/09/02 06:41:16 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/02 08:46:24 frueauf Exp $ DISTNAME= xephem-3.1 CATEGORIES= x11 @@ -14,6 +14,7 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem LIBSRC= ${WRKDIR}/${DISTNAME}/libastro +USE_PERL5= yes USE_IMAKE= yes USE_MOTIF= yes |