diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-09 21:11:39 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-09 21:11:39 +0800 |
commit | b733d89f4af1b7db81f623c02eee6fb5d9f51374 (patch) | |
tree | df9a8b80a8a75b04a0c20f6a45a220cfcc325a59 | |
parent | 8bc13d4948d104fa9d9344a441621ed44a7e3025 (diff) | |
download | freebsd-ports-graphics-b733d89f4af1b7db81f623c02eee6fb5d9f51374.tar.gz freebsd-ports-graphics-b733d89f4af1b7db81f623c02eee6fb5d9f51374.tar.zst freebsd-ports-graphics-b733d89f4af1b7db81f623c02eee6fb5d9f51374.zip |
Respect X11BASE.
PR: ports/106096
Approved by: maintainer timeout.
-rw-r--r-- | x11-wm/fluxspace/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/fluxspace/pkg-plist | 18 |
2 files changed, 14 insertions, 13 deletions
diff --git a/x11-wm/fluxspace/Makefile b/x11-wm/fluxspace/Makefile index 74c30a49ad1..cd45a8e1567 100644 --- a/x11-wm/fluxspace/Makefile +++ b/x11-wm/fluxspace/Makefile @@ -17,13 +17,14 @@ COMMENT= A window manager and workspace enhancer and integrator BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2 \ swig:${PORTSDIR}/devel/swig13 -USE_PYTHON= yes +USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_XLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" - .include <bsd.port.pre.mk> .if defined(WITH_IDESK) || exists(${X11BASE}/bin/idesk) diff --git a/x11-wm/fluxspace/pkg-plist b/x11-wm/fluxspace/pkg-plist index 101465efaee..e348a75f9b1 100644 --- a/x11-wm/fluxspace/pkg-plist +++ b/x11-wm/fluxspace/pkg-plist @@ -40,13 +40,13 @@ bin/fluxspace bin/fluxspace-add-idesk-icon bin/fluxspace-sync-idesk-with-appdirs bin/rox-add-app -share/fluxspace/examples/fluxspace.xml -@dirrm share/fluxspace/examples -share/fluxspace/AUTHORS -share/fluxspace/BUGS -share/fluxspace/ChangeLog -share/fluxspace/COPYING -share/fluxspace/NEWS -share/fluxspace/README -@dirrm share/fluxspace +%%DATADIR%%/examples/fluxspace.xml +@dirrm %%DATADIR%%/examples +%%DATADIR%%/AUTHORS +%%DATADIR%%/BUGS +%%DATADIR%%/ChangeLog +%%DATADIR%%/COPYING +%%DATADIR%%/NEWS +%%DATADIR%%/README +@dirrm %%DATADIR%% @dirrm %%PYTHON_SITELIBDIR%%/fluxlet |