diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-27 21:39:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-27 21:39:49 +0800 |
commit | 59cbaca536a64b02c2827e1508f2460606949595 (patch) | |
tree | e41e1c0824ea8539460f2cc4e87e32b30a8c1010 /x11-wm | |
parent | b47561c30e59b6627e85387c9784a3f4e1312015 (diff) | |
download | freebsd-ports-gnome-59cbaca536a64b02c2827e1508f2460606949595.tar.gz freebsd-ports-gnome-59cbaca536a64b02c2827e1508f2460606949595.tar.zst freebsd-ports-gnome-59cbaca536a64b02c2827e1508f2460606949595.zip |
- Respect X11BASE
PR: ports/105872
Submitted by: trasz
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/alloywm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/alloywm/Makefile b/x11-wm/alloywm/Makefile index 1e2b9eebd7cf..33fb4fc301fc 100644 --- a/x11-wm/alloywm/Makefile +++ b/x11-wm/alloywm/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Has title bars, shading, resizing, automatic placement, window list HAS_CONFIGURE= yes +CONFIGURE_ARGS= --xroot=${X11BASE} PLIST= ${WRKDIR}/pkg-plist USE_GMAKE= yes USE_X_PREFIX= yes |