diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-23 15:57:50 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-23 15:57:50 +0000 |
commit | 4cefbd8e9d74a04e24994a793e66b6651c320959 (patch) | |
tree | 5157975077daebdf0dd4c57c352cebc0a9afb7c7 /x11-wm/xfce4 | |
parent | 16e0b82d6bff0491cfce79a83cc8c4e693d1bd3d (diff) | |
download | ports-4cefbd8e9d74a04e24994a793e66b6651c320959.tar.gz ports-4cefbd8e9d74a04e24994a793e66b6651c320959.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4')
-rw-r--r-- | x11-wm/xfce4/bsd.xfce.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-wm/xfce4/bsd.xfce.mk b/x11-wm/xfce4/bsd.xfce.mk index 29528d4e6b90..bb4d90e4c60d 100644 --- a/x11-wm/xfce4/bsd.xfce.mk +++ b/x11-wm/xfce4/bsd.xfce.mk @@ -1,10 +1,4 @@ -MASTER_SITES_XFCE= http://mocha.xfce.org/archive/%SUBDIR%/src/ \ - http://www.us.xfce.org/archive/%SUBDIR%/src/ \ - http://www.de.xfce.org/archive/%SUBDIR%/src/ \ - http://www.ca-us.xfce.org/archive/%SUBDIR%/src/ \ - http://www.p0llux.be/xfce/%SUBDIR%/src/ - -MASTER_SITE_SUBDIR= xfce-4.4.0 +MASTER_SITE_SUBDIR?= xfce-4.4.0 configenv_CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" |