diff options
author | marcus <marcus@FreeBSD.org> | 2007-04-22 02:06:03 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-04-22 02:06:03 +0800 |
commit | bc91aa797e9834edf9a091c02c0dc543c3d295f9 (patch) | |
tree | 46262ba28304cceb77786f4a988fc85a7ae5f916 | |
parent | 3c8e66dcb6a4ff91dd59d508124915a61fad225b (diff) | |
download | freebsd-ports-gnome-bc91aa797e9834edf9a091c02c0dc543c3d295f9.tar.gz freebsd-ports-gnome-bc91aa797e9834edf9a091c02c0dc543c3d295f9.tar.zst freebsd-ports-gnome-bc91aa797e9834edf9a091c02c0dc543c3d295f9.zip |
Recent versions of FreeBSD have acpiio.h under /usr/include, so we no longer
need /usr/src to build gnome-applets.
-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 |