svn commit: r514740 - head/sysutils/samesame
Tobias Kortkamp
tobik at FreeBSD.org
Fri Oct 18 22:44:25 UTC 2019
Author: tobik
Date: Fri Oct 18 22:44:24 2019
New Revision: 514740
URL: https://svnweb.freebsd.org/changeset/ports/514740
Log:
sysutils/samesame: Spell PROFILER_CONFIGURE_ENABLE correctly
Modified:
head/sysutils/samesame/Makefile
Modified: head/sysutils/samesame/Makefile
==============================================================================
--- head/sysutils/samesame/Makefile Fri Oct 18 22:40:08 2019 (r514739)
+++ head/sysutils/samesame/Makefile Fri Oct 18 22:44:24 2019 (r514740)
@@ -3,7 +3,7 @@
PORTNAME= samesame
PORTVERSION= 1.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://samesame.kruijff.org/ \
LOCAL/dhn
@@ -34,7 +34,7 @@ PROFILER_DESC= Enables gprof support
DISK_STORAGE_CONFIGURE_ENABLE= disk-storage
LOW_MEMORY_PROFILE_CONFIGURE_ON= --enable-low-memory-profile --disable-read-onces
EXPERIMENTAL_CONFIGURE_ENABLE= experimental fsort #checksums preread
-PROFILE_CONFIGURE_ENABLE= profiler
+PROFILER_CONFIGURE_ENABLE= profiler
DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list