diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-12 15:37:01 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-12 15:37:01 +0000 |
commit | 1a83b2146bbed463996d2f476aafd7359a4c9517 (patch) | |
tree | cd484c0ed8f97a2ce581b6895f0859fdf46d17e4 /print/scribus-devel/Makefile | |
parent | - Unbreak on 5.3+ (diff) |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Notes
Notes:
svn path=/head/; revision=123817
Diffstat (limited to 'print/scribus-devel/Makefile')
-rw-r--r-- | print/scribus-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 588bfea60b5d..9e53b98b5a29 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -39,6 +39,7 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/scribus/libs \ %%PREFIX%%/lib/scribus/plugins +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include pre-everything:: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes |