diff options
author | novel <novel@FreeBSD.org> | 2011-09-07 12:02:45 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-09-07 12:02:45 +0800 |
commit | 9711c55e4d8f61b3f6a6f569da9bcc9eda4be850 (patch) | |
tree | 09dce971d25bac9738001afd3209987941f453c1 /x11-wm | |
parent | f527886cfd7f93e6b0f46b2673546b1ff3663f11 (diff) | |
download | freebsd-ports-gnome-9711c55e4d8f61b3f6a6f569da9bcc9eda4be850.tar.gz freebsd-ports-gnome-9711c55e4d8f61b3f6a6f569da9bcc9eda4be850.tar.zst freebsd-ports-gnome-9711c55e4d8f61b3f6a6f569da9bcc9eda4be850.zip |
- Update MASTER_SITES
- Drop unnecessary CPPFLAGS from CONFIGURE_ENV
PR: 160349
Submitted by: olgeni
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 |