diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-05 19:23:40 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2001-08-05 19:23:40 +0000 |
commit | df07307b882527891e44d1fe7940a28938a62cd6 (patch) | |
tree | b8eced8a06c0dabb3bb47f6f2e0d79e562f45f8e /x11-wm | |
parent | 4f0223e0d54252a040c2564b3e0b29f2fb05c6e5 (diff) | |
download | ports-df07307b882527891e44d1fe7940a28938a62cd6.tar.gz ports-df07307b882527891e44d1fe7940a28938a62cd6.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-ag | 11 | ||||
-rw-r--r-- | x11-wm/xfce/files/patch-ah | 6 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xfce4/files/patch-ag | 11 | ||||
-rw-r--r-- | x11-wm/xfce4/files/patch-ah | 6 |
6 files changed, 6 insertions, 36 deletions
diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index dd6096d9768a..7ccddef59833 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gdk_pibxuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GTK= yes USE_XPM= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-wm/xfce/files/patch-ag b/x11-wm/xfce/files/patch-ag deleted file mode 100644 index 46130dc9b8c6..000000000000 --- a/x11-wm/xfce/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/configure.h.orig Sat Apr 14 04:55:30 2001 -+++ libs/configure.h Sun May 6 08:03:18 2001 -@@ -22,7 +22,7 @@ - #define CLOSE_STRING4 "quit" - - /* #ifdef __alpha */ --#if defined(__alpha) && !defined(linux) && !defined(__DECC) -+#if defined(__alpha) && !(defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && !defined(__DECC) - #define NEEDS_ALPHA_HEADER - #undef BROKEN_SUN_HEADERS - #endif /* (__alpha) */ diff --git a/x11-wm/xfce/files/patch-ah b/x11-wm/xfce/files/patch-ah deleted file mode 100644 index d67f4199682f..000000000000 --- a/x11-wm/xfce/files/patch-ah +++ /dev/null @@ -1,6 +0,0 @@ ---- other/xfsoundrc.in.orig Tue May 22 05:04:07 2001 -+++ other/xfsoundrc.in Sat Jun 9 22:03:03 2001 -@@ -1,5 +1,5 @@ - Play --xfplay -+internal diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index dd6096d9768a..7ccddef59833 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -12,8 +12,10 @@ MASTER_SITES= http://www.xfce.org/archive/ MAINTAINER= nakai@FreeBSD.org +LIB_DEPENDS= gdk_pibxuf.2:${PORTSDIR}/graphics/gdk-pixbuf + USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GTK= yes USE_XPM= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/x11-wm/xfce4/files/patch-ag b/x11-wm/xfce4/files/patch-ag deleted file mode 100644 index 46130dc9b8c6..000000000000 --- a/x11-wm/xfce4/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/configure.h.orig Sat Apr 14 04:55:30 2001 -+++ libs/configure.h Sun May 6 08:03:18 2001 -@@ -22,7 +22,7 @@ - #define CLOSE_STRING4 "quit" - - /* #ifdef __alpha */ --#if defined(__alpha) && !defined(linux) && !defined(__DECC) -+#if defined(__alpha) && !(defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) && !defined(__DECC) - #define NEEDS_ALPHA_HEADER - #undef BROKEN_SUN_HEADERS - #endif /* (__alpha) */ diff --git a/x11-wm/xfce4/files/patch-ah b/x11-wm/xfce4/files/patch-ah deleted file mode 100644 index d67f4199682f..000000000000 --- a/x11-wm/xfce4/files/patch-ah +++ /dev/null @@ -1,6 +0,0 @@ ---- other/xfsoundrc.in.orig Tue May 22 05:04:07 2001 -+++ other/xfsoundrc.in Sat Jun 9 22:03:03 2001 -@@ -1,5 +1,5 @@ - Play --xfplay -+internal |