diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-09 19:10:46 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-09 19:10:46 +0800 |
commit | c3cdc58b018117c901541f77140057ac22014749 (patch) | |
tree | 70a2db6a900cb4bbcea40062a96682818ba1b204 /www | |
parent | b93583b8b41b9f9e4b975291dd5676d94e791609 (diff) | |
download | freebsd-ports-gnome-c3cdc58b018117c901541f77140057ac22014749.tar.gz freebsd-ports-gnome-c3cdc58b018117c901541f77140057ac22014749.tar.zst freebsd-ports-gnome-c3cdc58b018117c901541f77140057ac22014749.zip |
- Respect X11BASE
Approved by: portmgr (linimon)
Diffstat (limited to 'www')
-rw-r--r-- | www/swfdec-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index e318ce1df21b..653578efaa68 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -28,6 +28,7 @@ USE_GNOME= gnomehack gtk20 libartlgpl2 USE_GSTREAMER= yes USE_GETOPT_LONG= yes USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |