From 65d7553a548805ef687800c6bdd003f6d297d44d Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Tue, 26 Jun 2001 16:16:58 +0000 Subject: [PATCH] Add missing "\" at end of line (RUN_DEPENDS). --- devel/gnustep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index ff9051ee9269..3fd7ee6ff2e9 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-mak ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc \ ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base \ ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui \ - ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps + ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps \ ${SYSLIBDIR}/lib:${PORTSDIR}/lang/gnustep-guile PREFIX= ${LOCALBASE}/GNUstep