Recent versions of FreeBSD have acpiio.h under /usr/include, so we no longer

need /usr/src to build gnome-applets.
This commit is contained in:
Joe Marcus Clarke 2007-04-21 18:06:03 +00:00
parent 9754c192d3
commit 3cd83cfd7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190591

View File

@ -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