diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-19 15:47:05 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-19 15:47:05 +0000 |
commit | 6e1a003d2b844a253baa89d4a17f09aa7ecee310 (patch) | |
tree | 3d3d7fe64a832f72cf631605d6273617fde4b369 /astro/ptiger | |
parent | d2b2b00e2eaeae41daa2e6d1d888b977a33732a8 (diff) | |
download | ports-6e1a003d2b844a253baa89d4a17f09aa7ecee310.tar.gz ports-6e1a003d2b844a253baa89d4a17f09aa7ecee310.zip |
Notes
Diffstat (limited to 'astro/ptiger')
-rw-r--r-- | astro/ptiger/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/astro/ptiger/Makefile b/astro/ptiger/Makefile index ca7d8475ccfe..3cba010003f1 100644 --- a/astro/ptiger/Makefile +++ b/astro/ptiger/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ptiger -# Date created: 26 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ptiger PORTVERSION= 2.2 @@ -11,12 +7,12 @@ PORTREVISION= 3 CATEGORIES= astro tk MASTER_SITES= SF/tkgeomap/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Displays U.S. Census Bureau populated places on a map -LIB_DEPENDS= tkgeomap.0:${PORTSDIR}/astro/tkgeomap +LIB_DEPENDS= libtkgeomap.so:${PORTSDIR}/astro/tkgeomap -USE_TK_RUN= yes +USES+= tk:run NO_BUILD= yes post-patch: |