diff options
Diffstat (limited to 'www/mod_tsa/Makefile')
-rw-r--r-- | www/mod_tsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_tsa/Makefile b/www/mod_tsa/Makefile index 4c48efd..14fc78e 100644 --- a/www/mod_tsa/Makefile +++ b/www/mod_tsa/Makefile @@ -53,7 +53,7 @@ AP_LIB+= -lpq .if ${PORT_OPTIONS:MFIREBIRD} USE_FIREBIRD= yes CONFIGURE_ARGS+= --enable-firebird=yes -SRC_FILE+= db_firebird.c +SRC_FILE+= db_firebird.c AP_LIB+= -lgds .endif |