svn commit: r336681 - head/ports-mgmt/pver

Matthias Andree mandree at FreeBSD.org
Mon Dec 16 23:50:26 UTC 2013


Author: mandree
Date: Mon Dec 16 23:50:26 2013
New Revision: 336681
URL: http://svnweb.freebsd.org/changeset/ports/336681

Log:
  Remove outdated INVALID_BDB_VER line, db5 and db6 have just been made to work
  for pver.

Modified:
  head/ports-mgmt/pver/Makefile   (contents, props changed)

Modified: head/ports-mgmt/pver/Makefile
==============================================================================
--- head/ports-mgmt/pver/Makefile	Mon Dec 16 23:49:30 2013	(r336680)
+++ head/ports-mgmt/pver/Makefile	Mon Dec 16 23:50:26 2013	(r336681)
@@ -37,7 +37,6 @@ MAKE_ARGS+=	-DSORT
 MAKE_ARGS+=	-DBSD_DB
 .else
 USE_BDB=	41+
-INVALID_BDB_VER=51
 MAKE_ARGS+=	BDB_VER=${BDB_VER} BDB_LIB_DIR=${BDB_LIB_DIR}
 .endif
 


More information about the svn-ports-head mailing list