diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-27 13:39:49 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-27 13:39:49 +0000 |
commit | 59cbaca536a64b02c2827e1508f2460606949595 (patch) | |
tree | e41e1c0824ea8539460f2cc4e87e32b30a8c1010 /x11-wm | |
parent | b47561c30e59b6627e85387c9784a3f4e1312015 (diff) | |
download | FreeBSD-ports-59cbaca536a64b02c2827e1508f2460606949595.zip FreeBSD-ports-59cbaca536a64b02c2827e1508f2460606949595.tar.gz |
- 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 1e2b9ee..33fb4fc 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 |