diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-21 18:06:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-21 18:06:03 +0000 |
commit | 3cd83cfd7b7d42578fee1b371679538eb48e7f1d (patch) | |
tree | d4c713d3e27aad0f8d6320dd83a9c844aaa77622 /x11 | |
parent | 9754c192d3ad891a5b118ef28687fb87d47f32fc (diff) | |
download | ports-3cd83cfd7b7d42578fee1b371679538eb48e7f1d.tar.gz ports-3cd83cfd7b7d42578fee1b371679538eb48e7f1d.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-applets/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index ecb39d9b3e66..1aa19050294c 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ARGS= --with-gstreamer=0.10 \ --enable-stickynotes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - FREEBSD_SYS=${FREEBSD_SYS} + OS_SYS="/usr/include" GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ gswitchit.schemas gweather.schemas \ @@ -50,8 +50,6 @@ GCONF_SCHEMAS= charpick.schemas drivemount.schemas geyes.schemas \ OPTIONS= MINI_COMMANDER "Enable mini-commander applet" off -FREEBSD_SYS?= /usr/src/sys - .if defined(PACKAGE_BUILDING) .undef WITHOUT_GNOME WITH_GNOME= yes |