diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-09-07 04:02:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2011-09-07 04:02:45 +0000 |
commit | 67b917fe66fa87c2280387428856964fba54fc2d (patch) | |
tree | 8f924f275c308cd97790b23e9d9344a9d1ebbc90 /x11-wm | |
parent | 5d4fa31d36687f90657cb80cf499b2570a8ccc6c (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/obconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/obconf/Makefile b/x11-wm/obconf/Makefile index da0735c0578b..e028aa30c034 100644 --- a/x11-wm/obconf/Makefile +++ b/x11-wm/obconf/Makefile @@ -9,7 +9,7 @@ PORTNAME= obconf PORTVERSION= 2.0.3 PORTREVISION= 6 CATEGORIES= x11-wm -MASTER_SITES= http://offload1.icculus.org/openbox/obconf/ +MASTER_SITES= http://openbox.org/dist/obconf/ MAINTAINER= novel@FreeBSD.org COMMENT= Preferences manager for the Openbox window manager @@ -19,7 +19,7 @@ LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ USE_GNOME= gnomehier libglade2 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" \ OPENBOX_CFLAGS="`pkg-config --cflags obrender-3.5 obt-3.5`" \ OPENBOX_LIBS="`pkg-config --libs obrender-3.5 obt-3.5`" CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/openbox |