diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
commit | 084268b65b6a4ba8cd9a2c193b165516b7a70bfe (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /astro | |
parent | 63dee78872bf0f8c9861ab6e8fb93a43b3d4eaa8 (diff) | |
download | freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.gz freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.zst freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/glunarclock/Makefile | 10 | ||||
-rw-r--r-- | astro/nightfall/Makefile | 3 | ||||
-rw-r--r-- | astro/starplot/Makefile | 9 |
3 files changed, 8 insertions, 14 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile index 759d45ab9f34..7c12af278658 100644 --- a/astro/glunarclock/Makefile +++ b/astro/glunarclock/Makefile @@ -1,11 +1,6 @@ -# New ports collection makefile for: glunarclock -# Date created: 9 December 2003 -# Whom: Vincent Tantardini <vinc@freebsd-fr.org> -# +# Created by: Vincent Tantardini <vinc@freebsd-fr.org> # $FreeBSD$ # $MCom: ports/astro/glunarclock/Makefile,v 1.12 2009/04/07 03:25:51 marcus Exp $ -# - PORTNAME= glunarclock PORTVERSION= 0.34.1 PORTREVISION= 1 @@ -17,7 +12,8 @@ COMMENT= GNOME applet that displays the current phase of the Moon LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier -USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui +USES= pathfix +USE_GNOME= gnomepanel gnomeprefix intlhack libgnomeui USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index bf68aab9f49e..dd0fd04a05d1 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -14,7 +14,8 @@ OPTIONS_DEFINE= GNOME PGPLOT OPENGL OPTIONS_DEFAULT= PGPLOT OPENGL PGPLOT_DESC= Enable PGPLOT support -USE_GNOME= gnomehack gnomehier gtk20 +USES= pathfix +USE_GNOME= gnomehier gtk20 USE_PERL5= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 7e693ec1c8a1..75fe9a139ac5 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: starplot -# Date created: Mon Aug 20 09:08:07 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= starplot PORTVERSION= 0.95.5 @@ -14,7 +10,8 @@ MASTER_SITES= http://starplot.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= 3-dimensional viewer for star charts -USE_GNOME= gnomehack gtk20 +USES= pathfix +USE_GNOME= gtk20 USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |