diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-26 07:35:08 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-26 07:35:08 +0000 |
commit | 80c18491d3637fc4e701e34e58e71103cf092e84 (patch) | |
tree | 7a6d1056ff8b716527daf083b3a6cc003cb0978f /net/etherape | |
parent | ffd505442c7d9cdb43240a5cfbc9d56a12863a60 (diff) |
Fix build.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=56684
Diffstat (limited to 'net/etherape')
-rw-r--r-- | net/etherape/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile index c2e4814584b0..d149c26069c3 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -21,6 +21,8 @@ USE_X_PREFIX= yes MAN1= etherape.1 +CFLAGS+= `${X11BASE}/bin/libglade-config --cflags` + post-patch: @${PERL} -pi -e 's!^confdir = .*!confdir = ${PREFIX}/share/etherape!' \ ${WRKSRC}/Makefile.in |