diff options
author | oliver <oliver@FreeBSD.org> | 2007-03-21 23:51:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-03-21 23:51:02 +0800 |
commit | 62b85dbf89ea9a387fd09f6342af2ef8d4cfd06b (patch) | |
tree | d2a5a2621628bd11590191e63713e5ef5f3e06c1 /misc/xfce4-wm-themes | |
parent | 14ff36d817a7680fadd988e91e1062eaa8819b03 (diff) | |
download | freebsd-ports-graphics-62b85dbf89ea9a387fd09f6342af2ef8d4cfd06b.tar.gz freebsd-ports-graphics-62b85dbf89ea9a387fd09f6342af2ef8d4cfd06b.tar.zst freebsd-ports-graphics-62b85dbf89ea9a387fd09f6342af2ef8d4cfd06b.zip |
define USE_XFCE to get MASTER_SITE_SUBDIR defined
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 0f29a90dfd9..c27a6a3b0b2 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> |