diff options
-rw-r--r-- | astro/ptiger/Makefile | 3 | ||||
-rw-r--r-- | astro/xeartk/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/astro/ptiger/Makefile b/astro/ptiger/Makefile index 7597abbe0a0..613d26dfe47 100644 --- a/astro/ptiger/Makefile +++ b/astro/ptiger/Makefile @@ -7,7 +7,7 @@ PORTNAME= ptiger PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro tk84 MASTER_SITES= SF MASTER_SITE_SUBDIR= tkgeomap @@ -17,7 +17,6 @@ COMMENT= Displays U.S. Census Burea populated places on a map LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap -USE_XLIB= yes USE_TK_RUN= yes NO_BUILD= yes diff --git a/astro/xeartk/Makefile b/astro/xeartk/Makefile index 76966ae9e5f..be5421d2092 100644 --- a/astro/xeartk/Makefile +++ b/astro/xeartk/Makefile @@ -7,7 +7,7 @@ PORTNAME= xeartk PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro tk84 MASTER_SITES= SF MASTER_SITE_SUBDIR= tkgeomap @@ -17,7 +17,6 @@ COMMENT= Small demo for tkgeomap LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap -USE_XLIB= yes USE_TK_RUN= yes NO_BUILD= yes DATA_FILES= README cities land.xdr rivers.xdr water.xdr |