diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-15 20:50:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-15 20:50:46 +0800 |
commit | 577a946f49681a4659ee4a311e10c9ae4ebdd289 (patch) | |
tree | 7a1c94bda1837f37f5fdc9dbcd139d74071e8fb5 /multimedia/devede | |
parent | 1faa8b3f102d21548c6bed4a106f9e8c949e9793 (diff) | |
download | freebsd-ports-gnome-577a946f49681a4659ee4a311e10c9ae4ebdd289.tar.gz freebsd-ports-gnome-577a946f49681a4659ee4a311e10c9ae4ebdd289.tar.zst freebsd-ports-gnome-577a946f49681a4659ee4a311e10c9ae4ebdd289.zip |
Remove psyco option
Diffstat (limited to 'multimedia/devede')
-rw-r--r-- | multimedia/devede/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/multimedia/devede/Makefile b/multimedia/devede/Makefile index 09e813d90544..c3004928fc7c 100644 --- a/multimedia/devede/Makefile +++ b/multimedia/devede/Makefile @@ -23,10 +23,8 @@ USE_PYTHON= yes NO_BUILD= yes OPTIONS_DEFINE= IBUS NLS -OPTIONS_DEFINE_i386= PSYCO OPTIONS_DEFAULT= IBUS IBUS_DESC= iBus support -PSYCO_DESC= devel/py-psyco optimization support DEJAVU_FONTSDIR= ${LOCALBASE}/lib/X11/fonts/dejavu DEJAVU_FONTFILE= ${DEJAVU_FONTSDIR}/DejaVuSans.ttf @@ -47,11 +45,6 @@ PLIST_SUB+= NLS="@comment " PORTDOCS= * -.if ${PORT_OPTIONS:MPSYCO} -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -EXTRA_PATCHES+= ${FILESDIR}/extra-psyco-patch-devede.py -.endif - post-patch: # Fix general locations @${REINPLACE_CMD} -E \ |