diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 12:56:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-21 12:56:39 +0000 |
commit | cf7b982f24a4bad2492aa326e0a8df3aeb523c18 (patch) | |
tree | 0fc6bb26d543596f6271e9c804ddf835c1199d52 /astro | |
parent | ea2b24193ec3d5476680946f0e2ac983442fa75e (diff) |
- Get rid of USE_X_PREFIX
Notes
Notes:
svn path=/head/; revision=209532
Diffstat (limited to 'astro')
-rw-r--r-- | astro/roadmap/Makefile | 3 | ||||
-rw-r--r-- | astro/spacechart/Makefile | 6 | ||||
-rw-r--r-- | astro/stars/Makefile | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index 8582591d8b23..ff8d114f691e 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -7,7 +7,7 @@ PORTNAME= roadmap PORTVERSION= 1.0.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro geography MASTER_SITES= http://roadmap.digitalomaha.net/roadmap/ \ ${MASTER_SITE_SOURCEFORGE} @@ -26,7 +26,6 @@ INSTALL_WRKSRC= ${WRKSRC}/src USE_GNOME= gtk12 USE_GMAKE= yes -USE_X_PREFIX= yes BINS= buildmap buildus dumpmap GUI_BINS= gtkroadmap gtkroadgps 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 diff --git a/astro/stars/Makefile b/astro/stars/Makefile index 231e5aac816d..f9af6f92913d 100644 --- a/astro/stars/Makefile +++ b/astro/stars/Makefile @@ -17,7 +17,7 @@ COMMENT= Star field demo PLIST_FILES= bin/stars WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes +USE_XORG= x11 do-build: @${CC} -I${PREFIX}/include ${CFLAGS} -c ${WRKSRC}/xwin.c -o ${WRKSRC}/xwin.o |