diff options
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 968ae33a1b35..f577e28cfe99 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -7,11 +7,12 @@ # PORTNAME= openbox -PORTVERSION= 3.4.9 +PORTVERSION= 3.4.10 CATEGORIES= x11-wm MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \ - http://offload1.icculus.org/openbox/releases/ \ - http://sorcerer.mirrors.pair.com/mirror/ \ + http://offload1.icculus.org:9090/openbox/releases/ \ + http://offload2.icculus.org:9090/openbox/releases/ \ + http://offload3.icculus.org:9090/openbox/releases/ \ http://dougbarton.us/Downloads/ MAINTAINER= novel@FreeBSD.org @@ -24,8 +25,8 @@ USE_GMAKE= yes USE_GNOME= glib20 libxml2 ltverhack USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CFLAGS+="-I${LOCALBASE}/include" \ + LDFLAGS+="-L${LOCALBASE}/lib" MAN1= openbox.1 openbox-session.1 \ openbox-gnome-session.1 openbox-kde-session.1 |