aboutsummaryrefslogtreecommitdiff
path: root/x11/9menu
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-11-26 11:39:31 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-11-26 11:39:31 +0000
commit8d86dc65a16c1ebae4e326cd98ba3fc89cd613e2 (patch)
tree431050bb0e08af0acfd2524264e425b6f3b11c04 /x11/9menu
parent6825b5c780b2306849fe3bc9fa345ffc067e4eab (diff)
downloadports-8d86dc65a16c1ebae4e326cd98ba3fc89cd613e2.tar.gz
ports-8d86dc65a16c1ebae4e326cd98ba3fc89cd613e2.zip
Notes
Diffstat (limited to 'x11/9menu')
-rw-r--r--x11/9menu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile
index d7484bc4fd49..fade6b153f12 100644
--- a/x11/9menu/Makefile
+++ b/x11/9menu/Makefile
@@ -22,11 +22,14 @@ EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
MAKEFILE= Makefile.noimake
ALL_TARGET= 9menu
-MAKE_ARGS= CC="${CC}"
NO_WRKSUBDIR= yes
MAN1= 9menu.1
MANCOMPRESSED= yes
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CFLAGS} -I${X11BASE}/include -L${X11BASE}/lib -lX11 -o 9menu 9menu.c
+
.include <bsd.port.mk>