diff options
author | pav <pav@FreeBSD.org> | 2012-01-17 02:35:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-01-17 02:35:03 +0800 |
commit | 875a5099591f2d35c7e562c58bf8c8c22cb7c709 (patch) | |
tree | d9ecfbec3d507ecb23039495ef57b17979d16016 /graphics/djview4 | |
parent | 8db36498dc1dddd58483d49327086394212951b3 (diff) | |
download | freebsd-ports-gnome-875a5099591f2d35c7e562c58bf8c8c22cb7c709.tar.gz freebsd-ports-gnome-875a5099591f2d35c7e562c58bf8c8c22cb7c709.tar.zst freebsd-ports-gnome-875a5099591f2d35c7e562c58bf8c8c22cb7c709.zip |
- Remove X11BASE
Reported by: pointyhat
Diffstat (limited to 'graphics/djview4')
-rw-r--r-- | graphics/djview4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index 3b24a1a9dcde..5bf6d513eb09 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -22,8 +22,8 @@ USE_GNOME= pkgconfig USE_QT_VER= 4 QT_COMPONENTS= gui network rcc_build uic_build moc_build qmake_build QT_NONSTANDARD= yes -CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \ - --x-libraries="${X11BASE}/lib" +CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \ + --x-libraries="${LOCALBASE}/lib" CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \ QMAKESPEC="${QMAKESPEC}" LDFLAGS+= -L${LOCALBASE}/lib |