diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-03-21 15:51:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-03-21 15:51:02 +0000 |
commit | e424310f43c06d1ea8dcb3f632429ff6975a7cfb (patch) | |
tree | 3d1e9992c6d047df362ceb8d1aa235e42b3acb08 /misc/xfce4-wm-themes | |
parent | 4c0ceef4e93e67ee4de28d08e8c64bf91223e9e4 (diff) | |
download | ports-e424310f43c06d1ea8dcb3f632429ff6975a7cfb.tar.gz ports-e424310f43c06d1ea8dcb3f632429ff6975a7cfb.zip |
define USE_XFCE to get MASTER_SITE_SUBDIR defined
Notes
Notes:
svn path=/head/; revision=187909
Diffstat (limited to 'misc/xfce4-wm-themes')
-rw-r--r-- | misc/xfce4-wm-themes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index 0f29a90dfd97..c27a6a3b0b20 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -19,5 +19,6 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GNOME= gnometarget +USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined .include <bsd.port.mk> |