diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:16:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-04-12 23:16:53 +0800 |
commit | 641c8a7d158be79cd0e39a37de37aaed58283adc (patch) | |
tree | e5eecf13489d81a6d9a7efb831a3feb7b6bbf326 | |
parent | 9c8c1d4a7f99b86a8547be5620776eae08582285 (diff) | |
download | freebsd-ports-gnome-641c8a7d158be79cd0e39a37de37aaed58283adc.tar.gz freebsd-ports-gnome-641c8a7d158be79cd0e39a37de37aaed58283adc.tar.zst freebsd-ports-gnome-641c8a7d158be79cd0e39a37de37aaed58283adc.zip |
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
-rw-r--r-- | multimedia/quvi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index 41b116397c35..555357958c57 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -21,7 +21,6 @@ OPTIONS= NSFW "Enable adult website support" off LICENSE= GPLv3 CONFIGURE_ARGS= --enable-broken --enable-examples -CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' CPPFLAGS+= -I${WRKSRC}/include -I${LOCALBASE}/include GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig |