diff options
Diffstat (limited to 'astro/kstars/Makefile')
-rw-r--r-- | astro/kstars/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index f1566192bc62..0fda326fa6a0 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -6,14 +6,16 @@ # PORTNAME= kstars -PORTVERSION= 0.7 +PORTVERSION= 0.8.2 CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.2//} GNU_CONFIGURE= yes +USE_GMAKE= yes USE_KDELIBS_VER= 2 CONFIGURE_ENV= KDEDIR="${LOCALBASE}" |