diff options
Diffstat (limited to 'editors/pdfedit/Makefile')
-rw-r--r-- | editors/pdfedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile index 9e2c7e87436e..9c160419ddcf 100644 --- a/editors/pdfedit/Makefile +++ b/editors/pdfedit/Makefile @@ -24,7 +24,7 @@ USE_QT_VER= 3 GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" -MAKE_ENV= ${CONFIGURE_ENV} QTDIR="${X11BASE}" +MAKE_ENV= ${CONFIGURE_ENV} QTDIR="${LOCALBASE}" CFLAGS+= -I${LOCALBASE}/include MAN1= pdfedit.1 |