From 519d719fafd352c93c5b18366b7fc7c7dde870b2 Mon Sep 17 00:00:00 2001 From: acm Date: Mon, 18 Sep 2006 18:41:13 +0000 Subject: - Add OPTIONS to some freepascal ports. Now, we can install the external libs optionally.[1] - Other tiny modifications Suggested by: Ales Catona [1] Approved by: garga(mentor, implicit) --- graphics/fpc-ncurses/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'graphics/fpc-ncurses') diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile index a9a3412f6beb..601993edd6cb 100644 --- a/graphics/fpc-ncurses/Makefile +++ b/graphics/fpc-ncurses/Makefile @@ -18,6 +18,5 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" -- cgit