From 18c74b10c67814d0c7b0b0c8868f285fb4145643 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sun, 23 Feb 2003 10:36:51 +0000 Subject: fix typo in Makefile (remove redundant backslash) PR: 48583 Submitted by: Dmitry Panov --- ftp/proftpd-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/proftpd-devel') diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index 9bb8bf158534..638de472e1d0 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -58,7 +58,7 @@ LIBDIRS:=${LIBDIRS}:${PREFIX}/lib/mysql .if defined(WITH_POSTGRES) POSTGRESQL_PORT?= databases/postgresql7 MODULES:=${MODULES}:mod_sql:mod_sql_postgres -LIB_DEPENDS+= pq.3:\${PORTSDIR}/${POSTGRESQL_PORT} +LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} INCLUDEDIRS:=${INCLUDEDIRS}:${PREFIX}/include/pgsql LIBDIRS:=${LIBDIRS}:${PREFIX}/lib .endif -- cgit v1.2.3