diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-10 10:47:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-10 10:47:20 +0800 |
commit | a9d09d9130801869b51d440e285665f4b64cd99e (patch) | |
tree | 8f2305b6e967575f364a0989d5b90a64dce1383b /deskutils/gdesklets-recentlyused | |
parent | 37b65b51d03602f5b11600bb1f750e4a33975f2b (diff) | |
download | freebsd-ports-gnome-a9d09d9130801869b51d440e285665f4b64cd99e.tar.gz freebsd-ports-gnome-a9d09d9130801869b51d440e285665f4b64cd99e.tar.zst freebsd-ports-gnome-a9d09d9130801869b51d440e285665f4b64cd99e.zip |
Add USE_PYTHON=yes to fix the build.
Reported by: bento via kris
Approved by: marcus (backup mentor)
Diffstat (limited to 'deskutils/gdesklets-recentlyused')
-rw-r--r-- | deskutils/gdesklets-recentlyused/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/gdesklets-recentlyused/Makefile b/deskutils/gdesklets-recentlyused/Makefile index 61276314f16b..54f0875f7e0c 100644 --- a/deskutils/gdesklets-recentlyused/Makefile +++ b/deskutils/gdesklets-recentlyused/Makefile @@ -18,6 +18,7 @@ COMMENT= A toolbar for the most recently used items from ~/.recently-used RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdesklets-core.pc:${PORTSDIR}/deskutils/gdesklets +USE_PYTHON= yes USE_X_PREFIX= yes NAME= RecentlyUsed DATADIR= ${PREFIX}/share/gnome |