diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-08 12:40:23 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-08 12:40:23 +0800 |
commit | 79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465 (patch) | |
tree | e3736daf984c1803597b737b72f09870f8573cbc /editors/gnuserv/Makefile | |
parent | 5746b539d7e152c00cc7fe42c55000de59bee7a7 (diff) | |
download | freebsd-ports-gnome-79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465.tar.gz freebsd-ports-gnome-79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465.tar.zst freebsd-ports-gnome-79d9ff8ec9b9350aac4ea038e7ee7aa6a146c465.zip |
- Fix buil with custom LOCALBASE/PREFIX
Reported by: QATy
Submitted by: sahil@tithonus.cs.brandeis.edu (via irc in #qatty)
Diffstat (limited to 'editors/gnuserv/Makefile')
-rw-r--r-- | editors/gnuserv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 0f873b3918b5..02a3dc6d48e0 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -27,6 +27,8 @@ USE_EMACS= yes BROKEN= Configure fails without X support .endif +CONFIGURE_ARGS+= --x-includes=${PREFIX}/include --x-libraries=${PREFIX}/lib + # configure --program-suffix doesn't work somehow MAKE_ARGS= binsuffix="${BINSUFFIX}" |