diff options
Diffstat (limited to 'databases/dbconnect/Makefile')
-rw-r--r-- | databases/dbconnect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/dbconnect/Makefile b/databases/dbconnect/Makefile index 5b4aa2114866..ea3d5ac9aeaf 100644 --- a/databases/dbconnect/Makefile +++ b/databases/dbconnect/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dbconnect -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -29,6 +29,8 @@ OPTIONS= MYSQL "With MySQL driver" on \ .include <bsd.port.pre.mk> +PLIST_SUB+= PORTVERSION=${PORTVERSION} + .if !defined(WITHOUT_MYSQL) USE_MYSQL= YES CONFIGURE_ARGS+= --enable-mysql=yes \ |