diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 11:10:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 11:10:46 +0000 |
commit | 0f574ea91e79a3776736a7c1d612a75b5092b561 (patch) | |
tree | a9724b96cc62789f39a1f4e01728f1c9d2ff3bd5 /www/swfdec-plugin | |
parent | 656dbe092b9ea86d648f8f5ec647948ae8228757 (diff) | |
download | ports-0f574ea91e79a3776736a7c1d612a75b5092b561.tar.gz ports-0f574ea91e79a3776736a7c1d612a75b5092b561.zip |
Notes
Diffstat (limited to 'www/swfdec-plugin')
-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" |