diff options
author | lioux <lioux@FreeBSD.org> | 2004-04-25 08:05:02 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-04-25 08:05:02 +0800 |
commit | 31b507f559d8d0de8215b9c6f875e69022c25e15 (patch) | |
tree | 35379756cfa9fa1d10392fa0430769499f729b62 /misc | |
parent | 6295c1acec3b934f7b33cbe83a29e02c229bb875 (diff) | |
download | freebsd-ports-gnome-31b507f559d8d0de8215b9c6f875e69022c25e15.tar.gz freebsd-ports-gnome-31b507f559d8d0de8215b9c6f875e69022c25e15.tar.zst freebsd-ports-gnome-31b507f559d8d0de8215b9c6f875e69022c25e15.zip |
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)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freedialog/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |