diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-11-22 20:40:08 +0000 |
commit | 4cb60faedd280bf4b0b07bd947bd9087e09d4357 (patch) | |
tree | 68afea909ff5f83c22ece4ec8e2ae5959483778d /lang/mit-scheme | |
parent | 5b6c7671efda9fa65107199c83addafb2a6f9dca (diff) |
Notes
Diffstat (limited to 'lang/mit-scheme')
-rw-r--r-- | lang/mit-scheme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index 3ed12a286744..1a3c13bfa886 100644 --- a/lang/mit-scheme/Makefile +++ b/lang/mit-scheme/Makefile @@ -70,7 +70,7 @@ CONFIGURE_ARGS+=--without-openssl .if ${PORT_OPTIONS:MPGSQL} PLIST_SUB+= POSTGRESQL="" CONFIGURE_ARGS+=--with-libpq=${LOCALBASE} -USE_PGSQL= yes +USES+= pgsql .else PLIST_SUB+= POSTGRESQL="@comment " CONFIGURE_ARGS+=--without-libpq |