diff options
author | olgeni <olgeni@FreeBSD.org> | 2004-03-12 05:41:14 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2004-03-12 05:41:14 +0800 |
commit | 096eade17bb3d417a66c1c7cfabc1ba059819f7b (patch) | |
tree | 61383a81946debd52673697560fa6927a50e5d23 /x11-fm | |
parent | 7fd81a878e800d55e5e7e9ac1f7ad67fd8af7717 (diff) | |
download | freebsd-ports-gnome-096eade17bb3d417a66c1c7cfabc1ba059819f7b.tar.gz freebsd-ports-gnome-096eade17bb3d417a66c1c7cfabc1ba059819f7b.tar.zst freebsd-ports-gnome-096eade17bb3d417a66c1c7cfabc1ba059819f7b.zip |
Remove USE_SIZE now that it's used by default.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index a357d15a00ca..91c0e7eef945 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib USE_PYTHON= yes -USE_SIZE= yes do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} |