diff options
author | mva <mva@FreeBSD.org> | 2014-10-21 01:59:37 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-21 01:59:37 +0800 |
commit | 537b5acd69e701bd71ef3195a8552133259bc462 (patch) | |
tree | 8d28353772f2edfb8d12bf9422e8b4e2576fe7a4 /misc/xdg-menu | |
parent | b41373c7de0113933ba54946a8c41a10d166cd57 (diff) | |
download | freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.tar.gz freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.tar.zst freebsd-ports-gnome-537b5acd69e701bd71ef3195a8552133259bc462.zip |
- Convert ports of misc/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'misc/xdg-menu')
-rw-r--r-- | misc/xdg-menu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xdg-menu/Makefile b/misc/xdg-menu/Makefile index d68f755d23a7..5f34973336a3 100644 --- a/misc/xdg-menu/Makefile +++ b/misc/xdg-menu/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ WRKSRC= ${WRKDIR}/XDG-Menu DATADIR= ${PREFIX}/apps/XDG-Menu -USE_PYTHON= yes +USES= python INSTALLS_ICONS= yes PORTDOCS= * |