aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-14 20:19:42 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-14 20:19:42 +0000
commitb4e90227885a663462adaa07b3f736bdb55a9851 (patch)
tree3761ad655c1d3df560bf3c68fab388623385e1e7 /misc
parentf10aa2ade55e8b38263e0c0b371feb3fa550d7ed (diff)
downloadports-b4e90227885a663462adaa07b3f736bdb55a9851.tar.gz
ports-b4e90227885a663462adaa07b3f736bdb55a9851.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/dvorak7min/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/dvorak7min/Makefile b/misc/dvorak7min/Makefile
index c04ffe32522a..97fb03e032d1 100644
--- a/misc/dvorak7min/Makefile
+++ b/misc/dvorak7min/Makefile
@@ -13,14 +13,15 @@ MASTER_SITES= http://lightside.eresmas.com/
MAINTAINER= llwang@infor.org
COMMENT= An ncurses-based Dvorak typing tutor
-MAKE_ARGS= PROF="${CFLAGS}"
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500041
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" \
+MAKE_ARGS= PROF="-I${LOCALBASE}/include ${CFLAGS}" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lncurses -lgnugetopt"
+.else
+MAKE_ARGS= PROF="${CFLAGS}"
.endif
pre-build: