summaryrefslogtreecommitdiff
path: root/databases/gdbm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/gdbm/Makefile')
-rw-r--r--databases/gdbm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index aa67f0969e09..3d0e0ae6931e 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -17,7 +17,8 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
-.if defined(WITH_COMPAT) && ${WITH_COMPAT:L} != no
+
+.if defined(WITH_COMPAT)
INSTALL_TARGET= install install-compat
PLIST_SUB= GDBM_COMPAT=""
.else