From 5c58cc66c5083e97c21a8e420f3306c57e8f2497 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 3 Jul 2014 19:06:07 +0000 Subject: Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers. For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being used to disable the selected options. Approved by: portmgr (blanket) --- archivers/p7zip/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'archivers/p7zip') diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 7be0c901884d..69e8a1b271ad 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -24,8 +24,6 @@ CFLAGS_ia64= -fPIC OPTIONS_DEFINE= DOCS -.include - post-patch: ${SED} -e 's!g\+\+!${CXX}!' \ -e 's!gcc!${CC}!' \ -- cgit