diff options
Diffstat (limited to 'devel/opengrok/Makefile')
-rw-r--r-- | devel/opengrok/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index 9ff38932634..33ff85790a3 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/04/27 12:31:46 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/31 11:17:34 asau Exp $ # DISTNAME= opengrok-0.8.1 @@ -12,8 +12,6 @@ COMMENT= Fast and usable source code search and cross reference engine DEPENDS+= exctags-[0-9]*:../../devel/exctags -PKG_DESTDIR_SUPPORT= user-destdir - .include "options.mk" .if empty(PKG_OPTIONS:Mopengrok-build) |