diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-12 03:20:17 +0800 |
commit | 0400b2c7ffd8d495abfaff9f6419752b85e249fc (patch) | |
tree | 2b6ace863c4ac36dc5529a870236255349e07060 /astro | |
parent | 94d6b27262b65463638960ad67588da1a0138126 (diff) | |
download | freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.gz freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.tar.zst freebsd-ports-gnome-0400b2c7ffd8d495abfaff9f6419752b85e249fc.zip |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/cfitsio/Makefile | 2 | ||||
-rw-r--r-- | astro/libnova/Makefile | 2 | ||||
-rw-r--r-- | astro/nightfall/Makefile | 2 | ||||
-rw-r--r-- | astro/starplot/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index a00bbea8f6c1..bf12c1ae14f5 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GNOME= gnometarget pkgconfig +USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_FC="f2c" ALL_TARGET= shared diff --git a/astro/libnova/Makefile b/astro/libnova/Makefile index 86e959ca7cba..f921d04aad11 100644 --- a/astro/libnova/Makefile +++ b/astro/libnova/Makefile @@ -14,7 +14,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Astronomical Calculation Library USE_AUTOTOOLS= libtool -USE_GNOME= gnometarget lthack +USE_GNOME= lthack GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 365b9bbd122c..f8bc9b620c7f 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -18,7 +18,7 @@ OPTIONS= GNOMEUI "Enable LibGnomeUI support" off \ PGPLOT "Enable PGPLOT support" on \ OPENGL "Enable OpenGL support" on -USE_GNOME= gnomehack gnomehier gnometarget gtk20 +USE_GNOME= gnomehack gnomehier gtk20 USE_PERL5= yes USE_GETTEXT= yes USE_GMAKE= yes diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index eab2f9b880c7..5c2d45b88b37 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://starplot.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= 3-dimensional viewer for star charts -USE_GNOME= gnomehack gnometarget gtk20 +USE_GNOME= gnomehack gtk20 USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes |