summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-11-03 05:57:34 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2014-11-03 05:57:34 +0800
commit6a9971151e5ffb09500b41020b49fe0fdc7c7de4 (patch)
tree906830290bdd404718cebf6e41c13085b03558ed /net
parent2338ce892fb9a47cbc04cd83b523a93aebdd38e0 (diff)
downloadmarcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.tar
marcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.tar.gz
marcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.tar.bz2
marcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.tar.lz
marcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.tar.xz
marcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.tar.zst
marcuscom-ports-6a9971151e5ffb09500b41020b49fe0fdc7c7de4.zip
Switch usage of USE_AUTOTOOLS with USES=autoreconf
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20032 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r--net/geoclue/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile
index e41416e30..892d61332 100644
--- a/net/geoclue/Makefile
+++ b/net/geoclue/Makefile
@@ -15,16 +15,11 @@ LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
USES= gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= glib20 intlhack
-#USE_AUTOTOOLS= autoconf automake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-#PATHFIX_MAKEFILEIN= Makefile.am
CONFIGURE_ARGS= --disable-3g-source \
--disable-modem-gps-source
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-#pre-configure:
-# cd ${WRKSRC} && aclocal && autoconf
-
.include <bsd.port.mk>