diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-09 06:30:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-09 06:30:13 +0000 |
commit | a71554e591d8a699368056726ba8f622d22d2557 (patch) | |
tree | db50308ffc0b904618d16ed483b1b284ba6111eb /devel/eboxy | |
parent | 0ee907b91aef270d35155683b53ad7e8f5ccec2d (diff) | |
download | ports-a71554e591d8a699368056726ba8f622d22d2557.tar.gz ports-a71554e591d8a699368056726ba8f622d22d2557.zip |
Notes
Diffstat (limited to 'devel/eboxy')
-rw-r--r-- | devel/eboxy/Makefile | 3 |
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: |