diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 05:57:34 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-11-03 05:57:34 +0800 |
| commit | 6a9971151e5ffb09500b41020b49fe0fdc7c7de4 (patch) | |
| tree | 906830290bdd404718cebf6e41c13085b03558ed /deskutils | |
| parent | 2338ce892fb9a47cbc04cd83b523a93aebdd38e0 (diff) | |
| download | marcuscom-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 'deskutils')
| -rw-r--r-- | deskutils/gnome-initial-setup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gnome-initial-setup/Makefile b/deskutils/gnome-initial-setup/Makefile index 1b54c9735..e8018da15 100644 --- a/deskutils/gnome-initial-setup/Makefile +++ b/deskutils/gnome-initial-setup/Makefile @@ -20,11 +20,10 @@ LIB_DEPENDS= libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgweather-3.so:${PORTSDIR}/net/libgweather RUN_DEPENDS= gdm>=3.0.0:${PORTSDIR}/x11/gdm -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= autoreconf:build gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtoolize autoconf automake INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |
