diff options
author | alane <alane@FreeBSD.org> | 2002-09-21 12:49:36 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-21 12:49:36 +0800 |
commit | 27b47251e02f8426a7bf5dd12f0ecf712283c54d (patch) | |
tree | 3c3185fa9476ee432e72a66d0c283da8dcf8287d /astro | |
parent | e1d2758aec9b99f70414bc002cdae26bce89092f (diff) | |
download | freebsd-ports-gnome-27b47251e02f8426a7bf5dd12f0ecf712283c54d.tar.gz freebsd-ports-gnome-27b47251e02f8426a7bf5dd12f0ecf712283c54d.tar.zst freebsd-ports-gnome-27b47251e02f8426a7bf5dd12f0ecf712283c54d.zip |
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:: |