diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-09-21 04:49:36 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-09-21 04:49:36 +0000 |
commit | 0b0bc05cca369b9f16f6deecfeb250b7cf3e31a8 (patch) | |
tree | 70ec8fde2b07225b7aebceeda7cf2f0ec4bcc823 /astro | |
parent | Remove all traces of KDE2 support. (diff) |
Added USE_GMAKE. Bumped portrev to kick it out.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/ksetispy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/ksetispy/Makefile b/astro/ksetispy/Makefile index 6109f8f79a03..22e1a1ba3a3d 100644 --- a/astro/ksetispy/Makefile +++ b/astro/ksetispy/Makefile @@ -7,6 +7,7 @@ PORTNAME= ksetispy PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= astro kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ MAINTAINER= hmendes@brturbo.com USE_BZIP2= yes USE_KDEBASE_VER=3 USE_REINPLACE= yes - +USE_GMAKE= yes GNU_CONFIGURE= yes pre-everything:: |