diff options
| author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-07 21:14:43 +0000 |
|---|---|---|
| committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-07 21:14:43 +0000 |
| commit | e3744214b7bd8bd23ec6ebd8554d37577bd0ceb1 (patch) | |
| tree | 07282e5145cd076783d2d2b55f19917e61816b8d | |
| parent | Update to 0.0.17, it should works better with GNOME 2.8's new mimetype system. (diff) | |
Fix build without imake.
Pointed out by: dosirak via kris, while testing X.Org upgrade
Notes
Notes:
svn path=/head/; revision=123413
| -rw-r--r-- | graphics/divxcalc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index 14cadaa02b79..93e49e60dd31 100644 --- a/graphics/divxcalc/Makefile +++ b/graphics/divxcalc/Makefile @@ -21,6 +21,7 @@ USE_QT_VER= 3 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include PLIST_FILES= bin/divxcalc pre-configure: |
