diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-14 04:12:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-14 04:12:32 +0000 |
commit | 784eab2ac62aa0b4967e620eb8c97a95e077d604 (patch) | |
tree | 06000a21779e6563a46db0d44cdc1ef25c292fa9 /deskutils | |
parent | 74fd78a763c484df9d20a9b403204a02b7ca9026 (diff) | |
download | ports-784eab2ac62aa0b4967e620eb8c97a95e077d604.tar.gz ports-784eab2ac62aa0b4967e620eb8c97a95e077d604.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/orage/Makefile | 1 | ||||
-rw-r--r-- | deskutils/xfce4-notes-plugin/Makefile | 4 | ||||
-rw-r--r-- | deskutils/xfce4-xkb-plugin/Makefile | 4 |
3 files changed, 2 insertions, 7 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 4d612ab4b223..2f6b273d644c 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -27,7 +27,6 @@ OPTIONS= BDB "Enable BDB support" off \ ICAL "Enable libical support" off .include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" .if defined(WITH_BDB) CONFIGURE_ARGS+=--with-bdb4=yes --with-bdb4_dir=${LOCALBASE} diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index 40b9f3bbbc54..25af95e874e0 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -22,6 +22,4 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui libutil panel USE_XLIB= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index baf3557ca751..493313441e28 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -22,6 +22,4 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv panel USE_XLIB= yes -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |