diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-31 13:57:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-31 13:57:12 +0800 |
commit | 569f470a1055e2acf32be1d265127dd3477cbf2d (patch) | |
tree | 55e35ef43c862747abdbeefb6ab2dc601bfde6f5 /ftp/wxdfast | |
parent | a05a3cf700ececb5dbd4b5fec8a1668828b0e083 (diff) | |
download | freebsd-ports-gnome-569f470a1055e2acf32be1d265127dd3477cbf2d.tar.gz freebsd-ports-gnome-569f470a1055e2acf32be1d265127dd3477cbf2d.tar.zst freebsd-ports-gnome-569f470a1055e2acf32be1d265127dd3477cbf2d.zip |
Add missing build dependency
Diffstat (limited to 'ftp/wxdfast')
-rw-r--r-- | ftp/wxdfast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/wxdfast/Makefile b/ftp/wxdfast/Makefile index 1e18ff084d6a..8507e11c2be5 100644 --- a/ftp/wxdfast/Makefile +++ b/ftp/wxdfast/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_WX= 2.8+ WX_CONF_ARGS= relative WX_UNICODE= yes -USES= autoreconf gettext +USES= autoreconf gettext libtool GNU_CONFIGURE= yes CONFIGURE_ENV= WXRC="${WXRC_CMD}" INSTALL_TARGET= install-strip |