diff options
author | nakai <nakai@FreeBSD.org> | 2001-06-10 07:39:21 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-06-10 07:39:21 +0800 |
commit | ca431d4910579803c290bde8b94e3b85211b6d49 (patch) | |
tree | b57f74be1f7acc6dfc68cd4a00041f5e315ec25c /x11-wm/xfce4/Makefile | |
parent | 2165865c51826e58cbc5d5eda5b25f563fe6104b (diff) | |
download | freebsd-ports-gnome-ca431d4910579803c290bde8b94e3b85211b6d49.tar.gz freebsd-ports-gnome-ca431d4910579803c290bde8b94e3b85211b6d49.tar.zst freebsd-ports-gnome-ca431d4910579803c290bde8b94e3b85211b6d49.zip |
Update to 3.8.3
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 628463c35adf..77ec909814b6 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 3.8.1 +PORTVERSION= 3.8.3 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -34,4 +34,7 @@ pre-patch: s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure +pre-build: + ${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool + .include <bsd.port.mk> |