From a9455853969808b5fc881da51e0b874001819ec1 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 25 Apr 2004 00:05:02 +0000 Subject: Chase freelibiberty header files location move which removed CONFLICTS with libgnugetopt. This resolves port build under most FreeBSD port installations where libgnugetopt is already installed. Approved by: marcus (portmgr), maintainer (emergency override during freeze) --- misc/freedialog/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc') diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile index 3ef57c744692..5c7daf4058c3 100644 --- a/misc/freedialog/Makefile +++ b/misc/freedialog/Makefile @@ -17,6 +17,8 @@ COMMENT= An implementation of dialog(1) under a BSD-friendly license BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.so:${PORTSDIR}/devel/freelibiberty +CFLAGS:= -I${LOCALBASE}/include/freelibiberty ${CFLAGS} + MAN1= dialog.1 PLIST_FILES= bin/dialog -- cgit