From cd98d2605d8b7056872b061134d53b2d942fb9d9 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 4 Mar 2015 10:08:00 +0100 Subject: [PATCH] nrelease: Revert a small part of 255a0279ad1443d3bf326878835b3ea5721b2f33 This was causing git to be no longer installed. Reported-by: Vitaly Shevtsov --- nrelease/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nrelease/Makefile b/nrelease/Makefile index 551f02c8c7..3b939dd62d 100644 --- a/nrelease/Makefile +++ b/nrelease/Makefile @@ -51,9 +51,9 @@ DPORTS_PACKAGES?= devel/git \ # DPORTS_OPTIONS+= -DBATCH .if make(gui) -DPORTS_OPTIONS.devel_git+= WITH="GUI" +DPORTS_OPTIONS.devel_git+= -DWITH_GUI .else -DPORTS_OPTIONS.devel_git+= WITHOUT="CONTRIB PERL" +DPORTS_OPTIONS.devel_git+= -DWITHOUT_CONTRIB -DWITHOUT_PERL .endif # Specify which root skeletons are required, and let the user include -- 2.41.0