diff options
author | linimon <linimon@FreeBSD.org> | 2007-03-14 12:12:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-03-14 12:12:32 +0800 |
commit | b75bd659b4240b2e1fb40c0fedc30148f797104b (patch) | |
tree | 519ae913d21e53dc9719afaa635fcd3ff46e3bb6 /x11-wm/xfce4-panel | |
parent | 8dd75d9ef26f20305fcf39eda7b3932a7080eeda (diff) | |
download | freebsd-ports-gnome-b75bd659b4240b2e1fb40c0fedc30148f797104b.tar.gz freebsd-ports-gnome-b75bd659b4240b2e1fb40c0fedc30148f797104b.tar.zst freebsd-ports-gnome-b75bd659b4240b2e1fb40c0fedc30148f797104b.zip |
Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR: 101029 [1], 108862 [2]
Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
Diffstat (limited to 'x11-wm/xfce4-panel')
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 38b8f42b797a..66c7cd579bf4 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -29,7 +29,6 @@ OPTIONS= GTKDOC "install the library documentation" off \ STARTUP "Enable startup notification support" on .include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" .if defined(WITH_GTKDOC) BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc |