diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-05 03:41:15 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-05 03:41:15 +0800 |
commit | 81b33e36f3429baa710314764b240f5ce1c7f6cf (patch) | |
tree | 38e1f88936a3d0dd18d55cfe16bd161baa39e46f | |
parent | 78ec5f5204539473ab483f71b8feb10f206a20e5 (diff) | |
download | marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.tar marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.tar.gz marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.tar.bz2 marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.tar.lz marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.tar.xz marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.tar.zst marcuscom-ports-81b33e36f3429baa710314764b240f5ce1c7f6cf.zip |
Remove a debug line.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14784 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/epiphany/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 8f7f8c9d8..0c3f7995b 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.237 2010/09/19 15:26:46 kwm Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.238 2010/10/04 19:35:32 kwm Exp $ # PORTNAME= epiphany @@ -38,7 +38,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_OMF= yes -CONFIGURE_ARGS+=--enable-introspection --disable-silent-rules \ +CONFIGURE_ARGS+=--enable-introspection \ --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}" |