diff options
-rw-r--r-- | databases/libgda3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index 38b0a8dd7..84d642f71 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/libgda3/Makefile,v 1.8 2008/02/06 01:03:06 marcus Exp $ +# $MCom: ports/databases/libgda3/Makefile,v 1.9 2008/02/26 21:23:34 kwm Exp $ # PORTNAME= libgda3 @@ -38,7 +38,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if LIBGDA3_SLAVE=="no" +.if ${LIBGDA3_SLAVE}=="no" MAN1= gda-config-tool-3.0.1 MAN5= gda-config-3.0.5 .else |