diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/refdb | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Notes
Diffstat (limited to 'textproc/refdb')
-rw-r--r-- | textproc/refdb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/refdb/Makefile b/textproc/refdb/Makefile index c9d57d311276..22393974ca77 100644 --- a/textproc/refdb/Makefile +++ b/textproc/refdb/Makefile @@ -15,9 +15,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ btparse.0:${PORTSDIR}/textproc/btparse \ dbi.1:${PORTSDIR}/databases/libdbi -USE_GMAKE= yes -USES= iconv -USE_PERL5= yes +USES= gmake iconv perl5 HAS_CONFIGURE= yes ALL_TARGET= |