diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-23 16:50:55 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-23 16:50:55 +0000 |
commit | 6da156569821da4a96c425de01670ae05f243491 (patch) | |
tree | d0957f3e9c95acc0d3c30e75a88222bd973ebc3b /devel/pypersrc/Makefile | |
parent | a5c46c9bf69228df6f6782bf16fb339965afd26f (diff) |
Notes
Diffstat (limited to 'devel/pypersrc/Makefile')
-rw-r--r-- | devel/pypersrc/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/pypersrc/Makefile b/devel/pypersrc/Makefile index fc53f04050e9..671e068206c6 100644 --- a/devel/pypersrc/Makefile +++ b/devel/pypersrc/Makefile @@ -9,20 +9,15 @@ PORTNAME= pypersrc PORTVERSION= 20090914 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.jimbrooks.org/pypersrc/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= jkoshy +MASTER_SITES= ftp://ftp.jimbrooks.org/pypersrc/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python/Tkinter based source browser -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - BUILD_DEPENDS= exctags:${PORTSDIR}/devel/ctags \ ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes |