diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-21 20:56:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-21 20:56:39 +0800 |
commit | 69920df4d432fa9b9bee8b77609c67f8419b381e (patch) | |
tree | 8484d8423cff8f3f603042cfc7aa9940eed1bc2b /astro/spacechart | |
parent | bd28f92f6435133f555a734b21a6faa15ba0fbeb (diff) | |
download | freebsd-ports-gnome-69920df4d432fa9b9bee8b77609c67f8419b381e.tar.gz freebsd-ports-gnome-69920df4d432fa9b9bee8b77609c67f8419b381e.tar.zst freebsd-ports-gnome-69920df4d432fa9b9bee8b77609c67f8419b381e.zip |
- Get rid of USE_X_PREFIX
Diffstat (limited to 'astro/spacechart')
-rw-r--r-- | astro/spacechart/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index 773097653f85..ffe0cb96f1e0 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -7,16 +7,14 @@ PORTNAME= spacechart PORTVERSION= 0.9.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= SpaceChart is a star chart viewer for GNOME USE_GETTEXT= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomelibs CONFIGURE_ARGS= --without-included-gettext --datadir=${PREFIX}/share |