diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-25 00:05:02 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-04-25 00:05:02 +0000 |
commit | a9455853969808b5fc881da51e0b874001819ec1 (patch) | |
tree | 93abc22f2602575da5b37f15fccb8845c09bed9d /misc | |
parent | 25ebc3a8a89c6a8fed52e02e6c95221e6596f487 (diff) | |
download | ports-a9455853969808b5fc881da51e0b874001819ec1.tar.gz ports-a9455853969808b5fc881da51e0b874001819ec1.zip |
Notes
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 |