diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
commit | d32714f4af055b4595f6a8d47e2cdbf066539f1f (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /textproc/sdcv | |
parent | f2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff) | |
download | ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.tar.gz ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.zip |
Notes
Diffstat (limited to 'textproc/sdcv')
-rw-r--r-- | textproc/sdcv/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 4bb8e6e81137..5345a2390c39 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -12,11 +12,9 @@ COMMENT= Text-based utility for work with dictionaries in StarDict's format LICENSE= GPLv2 # (or later) -USES= gettext pkgconfig readline tar:bzip2 +GNU_CONFIGURE= yes +USES= autoreconf gettext pkgconfig readline tar:bzip2 USE_GNOME= glib20 -USE_AUTOTOOLS= libtoolize aclocal automake autoconf -ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I m4 -AUTOMAKE_ARGS= --add-missing --copy SUB_FILES= pkg-message |