diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 09:22:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-27 09:22:24 +0000 |
commit | aa89b59f3960fd20c1a24ecdbfd99f9841fb0a53 (patch) | |
tree | 841acb4b0e3ad0d01477eadb61e274cad4012860 /misc | |
parent | Updated the WWW site. (diff) |
Fixed master_site_subdir
Moved broken to below run/build depends to make portlint happy.
Noticed by: portsurvey
Notes
Notes:
svn path=/head/; revision=71916
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pybliographer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index a69f81a24632..ecacd1d50900 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -10,17 +10,17 @@ PORTVERSION= 1.0.8 PORTREVISION= 1 CATEGORIES= misc python gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pyblio/1.0 +MASTER_SITE_SUBDIR= sources/pybliographer/1.0 MAINTAINER= ports@FreeBSD.org -BROKEN= "Needs GNU Recode c.5 or later" - BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ recode:${PORTSDIR}/converters/recode RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ recode:${PORTSDIR}/converters/recode +BROKEN= "Needs GNU Recode c.5 or later" + USE_GNOMENG= yes USE_GNOME= glib12 USE_PYTHON= yes |