aboutsummaryrefslogtreecommitdiff
path: root/devel/eboxy/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-09 06:30:13 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-09 06:30:13 +0000
commita71554e591d8a699368056726ba8f622d22d2557 (patch)
treedb50308ffc0b904618d16ed483b1b284ba6111eb /devel/eboxy/Makefile
parent0ee907b91aef270d35155683b53ad7e8f5ccec2d (diff)
downloadports-a71554e591d8a699368056726ba8f622d22d2557.tar.gz
ports-a71554e591d8a699368056726ba8f622d22d2557.zip
Notes
Diffstat (limited to 'devel/eboxy/Makefile')
-rw-r--r--devel/eboxy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/eboxy/Makefile b/devel/eboxy/Makefile
index 24b9a23e6e28..33d3f9086c1c 100644
--- a/devel/eboxy/Makefile
+++ b/devel/eboxy/Makefile
@@ -34,7 +34,8 @@ CONFIGURE_ARGS= --disable-lirc
MAN1= eboxy.1
-CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include
+CPPFLAGS= `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include \
+ -DHAVE_DECL_GETOPT
LDFLAGS= `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib
post-patch: