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/roadmap | |
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/roadmap')
-rw-r--r-- | astro/roadmap/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |