diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gpdf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 7efaf9f7d..e65168897 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -17,9 +17,10 @@ COMMENT= GNOME version of xpdf USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui libgnomeprintui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \ + desktopfileutils USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |