diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-18 23:24:00 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-18 23:24:00 +0800 |
commit | 672a197d4ee052c114e964c60a09f64790b67458 (patch) | |
tree | 1b07627ff4527268a0daa15bc8a8cb5a59e9d04f | |
parent | f64db66ab96e53336a16d28d38c9a4fdb7d96674 (diff) | |
download | marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.gz marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.bz2 marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.lz marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.xz marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.zst marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.zip |
Remove WITH_FBSD10_FIX, it done automaticly.
Pet portlint a bit with ,CPPFLAGS,CPPFLAGS+, while here.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16960 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/gio-fam-backend/Makefile | 7 | ||||
-rw-r--r-- | lang/vala/Makefile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile index 4ad8c0568..99545acd5 100644 --- a/devel/gio-fam-backend/Makefile +++ b/devel/gio-fam-backend/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.91 2012/05/15 15:16:56 kwm Exp $ # PORTNAME= gio-fam-backend @@ -26,7 +26,6 @@ COMMENT= FAM backend for GLib\'s GIO library USE_XZ= yes BUILD_WRKSRC= ${WRKSRC}/gio/fam INSTALL_WRKSRC= ${BUILD_WRKSRC} -WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_GNOME= gnomehack _glib20 USE_FAM= yes @@ -39,7 +38,7 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ LIBFFI_LIBS="-L${LOCALBASE}/lib -lffi" \ PCRE_CFLAGS="-I${LOCALBASE}/include" \ PCRE_LIBS="-L${LOCALBASE}/lib -lpcre" -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/lang/vala/Makefile b/lang/vala/Makefile index 11d86ea6c..e74d7ef84 100644 --- a/lang/vala/Makefile +++ b/lang/vala/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/lang/vala/Makefile,v 1.61 2012/05/15 15:18:54 kwm Exp $ # PORTNAME= vala @@ -20,10 +20,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes USE_GNOME= gnomehack glib20 gnomeprefix libxslt pkgconfig GNU_CONFIGURE= yes -WITH_FBSD10_FIX=yes USE_GETTEXT= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib USE_BISON= build USE_LDCONFIG= yes |