diff options
author | kwm <kwm@FreeBSD.org> | 2010-05-28 05:27:01 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-05-28 05:27:01 +0800 |
commit | 42c1f6d2d6092161d82f38e53140dc6b716cdf47 (patch) | |
tree | f7c685277580533c3c7034a896689d42afafa494 /misc | |
parent | 1e9a846239a068eff4e4aa6c3a0032a061665e2d (diff) | |
download | freebsd-ports-gnome-42c1f6d2d6092161d82f38e53140dc6b716cdf47.tar.gz freebsd-ports-gnome-42c1f6d2d6092161d82f38e53140dc6b716cdf47.tar.zst freebsd-ports-gnome-42c1f6d2d6092161d82f38e53140dc6b716cdf47.zip |
Drop build dependancy on xmlproc_parse. Its not needed.
PR: ports/147012
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iso-codes/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 756b7de7a77e..1e8270ad2c1f 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ MAINTAINER= kwm@FreeBSD.org COMMENT= Lists of the country, language and currency iso names -BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml - USE_BZIP2= yes USE_GNOME= gnomehack gnometarget USE_PYTHON_BUILD= yes |