diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-04-06 01:01:04 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-04-06 01:01:04 +0800 |
commit | b6382b6d521463e2b4c6bb4e557a1e7ea43c223d (patch) | |
tree | a88d2330a7d6a720c743a8e0243b905a192b7964 | |
parent | d2d9abcf363b248c37c3540750ca4e74d5d5f8da (diff) | |
download | wslabports-b6382b6d521463e2b4c6bb4e557a1e7ea43c223d.tar.gz wslabports-b6382b6d521463e2b4c6bb4e557a1e7ea43c223d.tar.zst wslabports-b6382b6d521463e2b4c6bb4e557a1e7ea43c223d.zip |
- Remove i386 only pkgs. All BSD* are now amd64
git-svn-id: https://opensvn.csie.org/wslabports/trunk@49 75cda91c-bdda-477a-9548-7b8f56199edc
-rw-r--r-- | 217/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/217/Makefile b/217/Makefile index 295d3c3..9fbfb34 100644 --- a/217/Makefile +++ b/217/Makefile @@ -6,7 +6,7 @@ # PORTNAME= 217 -PORTVERSION= 2009.03.10 +PORTVERSION= 2009.04.06 PORTREVISION= 0 CATEGORIES= local MASTER_SITES= # @@ -63,9 +63,6 @@ RUN_DEPENDS+= trafshow:${PORTSDIR}/net/trafshow \ RUN_DEPENDS+= local-shell>=0:${PORTSDIR}/local/shell # Language / Compiler -.if ${ARCH} == "i386" -RUN_DEPENDS+= mit-scheme>=0:${PORTSDIR}/lang/mit-scheme -.endif RUN_DEPENDS+= gcc42:${PORTSDIR}/lang/gcc42 \ clisp:${PORTSDIR}/lang/clisp \ expect:${PORTSDIR}/lang/expect \ @@ -78,9 +75,6 @@ RUN_DEPENDS+= gcc42:${PORTSDIR}/lang/gcc42 \ # Java RUN_DEPENDS+= diablo-jdk>=0:${PORTSDIR}/java/diablo-jdk16 -.if ${ARCH} == "i386" -#RUN_DEPENDS+= java3d>=0:${PORTSDIR}/java/java3d -.endif # Development RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion \ @@ -146,9 +140,6 @@ RUN_DEPENDS+= p5-IO-All>=0:${PORTSDIR}/devel/p5-IO-All \ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:${PORTSDIR}/www/py-beautifulsoup \ ${PYTHON_PKGNAMEPREFIX}cjson>=0:${PORTSDIR}/devel/py-cjson \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson -.if ${ARCH} == "i386" -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psyco>=0:${PORTSDIR}/devel/py-psyco -.endif # database USE_MYSQL= yes @@ -268,9 +259,6 @@ RUN_DEPENDS+= bmeps>=0:${PORTSDIR}/graphics/bmeps \ gnuplot>=0:${PORTSDIR}/math/gnuplot \ ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging -.if ${ARCH} == "i386" -RUN_DEPENDS+= svgalib>=0:${PORTSDIR}/graphics/svgalib -.endif # FTP Client RUN_DEPENDS+= ftps:${PORTSDIR}/ftp/bsdftpd-ssl \ |