diff options
Diffstat (limited to 'databases/postgresql-tcltk/Makefile')
-rw-r--r-- | databases/postgresql-tcltk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql-tcltk/Makefile b/databases/postgresql-tcltk/Makefile index 6ba69f846e20..38d1e28b7d5c 100644 --- a/databases/postgresql-tcltk/Makefile +++ b/databases/postgresql-tcltk/Makefile @@ -24,6 +24,9 @@ LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//} \ MD5_FILE= ${.CURDIR}/../../${POSTGRESQL_PORT}/distinfo +USE_GMAKE= yes +GNU_CONFIGURE= yes + # you can use "make TCLVERSION=8.4" or similar for your favourite tcl version TCLVERSION?= 8.3 PLIST_SUB+= TCLVERSION=${TCLVERSION} |