diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-26 19:02:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-26 19:02:07 +0800 |
commit | 0c8da4920f93e648ef49aa75b82edd7bc80248d0 (patch) | |
tree | 0de602f098e477f6ed27b73ba07b3bc5fdd00f17 /x11-wm | |
parent | a5a6ce04018da64c759d5d5d7ed6f4b4fa41f562 (diff) | |
download | freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.tar.gz freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.tar.zst freebsd-ports-gnome-0c8da4920f93e648ef49aa75b82edd7bc80248d0.zip |
Allow to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/plwm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/plwm/Makefile b/x11-wm/plwm/Makefile index 8246219259f2..a748360ababd 100644 --- a/x11-wm/plwm/Makefile +++ b/x11-wm/plwm/Makefile @@ -15,6 +15,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib INFO= plwm +USES= makeinfo USE_PYTHON= yes GNU_CONFIGURE= yes |