diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-21 16:36:12 +0000 |
commit | 734b61f327683a6f33dff50fd033a2320cd3e0d6 (patch) | |
tree | 6c81a8048a5cb3b8b09b589e7ef9bc5732d5be77 /graphics/boxer | |
parent | f7a05e2b63bd7e68a0258979cd88c065e7dd4d4a (diff) |
Notes
Diffstat (limited to 'graphics/boxer')
-rw-r--r-- | graphics/boxer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/boxer/Makefile b/graphics/boxer/Makefile index 25e218ebea52..864067edea25 100644 --- a/graphics/boxer/Makefile +++ b/graphics/boxer/Makefile @@ -20,9 +20,8 @@ LICENSE= GPLv3 RUN_DEPENDS= box:${PORTSDIR}/graphics/box USE_GNOME= pygtk2 -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist USE_LDCONFIG= yes PLIST_FILES= share/pixmaps/${PORTNAME}.png |