diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:36:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:36:18 +0800 |
commit | 2e820a178b29eada1eda1e9eb333d1b8f8d48114 (patch) | |
tree | f89d4106ce197a6dfd4ddd3754877876e5c498e1 /graphics | |
parent | 975045deafb89c47da2e50efd0dc09353e2b8687 (diff) | |
download | marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.tar marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.tar.gz marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.tar.bz2 marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.tar.lz marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.tar.xz marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.tar.zst marcuscom-ports-2e820a178b29eada1eda1e9eb333d1b8f8d48114.zip |
Use new libtool scheme.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2622 df743ca5-7f9a-e211-a948-0013205c9059
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" |