diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:13:12 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:13:12 +0000 |
commit | 44906660d2b8bc04fe1b90a89769f684a9e2c0c9 (patch) | |
tree | 5de1833d95246f71c215d187bb4d299960d5a13b /www/screem-devel/Makefile | |
parent | 4d5fb493bcfb45ea66f6c2fa376e06ccab154cb5 (diff) | |
download | ports-44906660d2b8bc04fe1b90a89769f684a9e2c0c9.tar.gz ports-44906660d2b8bc04fe1b90a89769f684a9e2c0c9.zip |
Fix finding the gnomevfs headers
PR: 35337
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55280
Diffstat (limited to 'www/screem-devel/Makefile')
-rw-r--r-- | www/screem-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 57a0d64f6073..585855796bc0 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -23,7 +23,7 @@ USE_XPM= yes USE_GNOME= yes USE_LIBTOOL= yes USE_OPENSSL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/gnome-vfs-1.0" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl --with-included-neon |