mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix broken dependencies.
This commit is contained in:
parent
68d3cf604f
commit
f05c634187
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425588
@ -14,7 +14,7 @@ LICENSE= GPLv2
|
|||||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
|
|
||||||
USES= autoreconf gettext-runtime
|
USES= autoreconf gettext-runtime pkgconfig
|
||||||
USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20
|
USE_GNOME= gtk20 pango atk cairo gdkpixbuf2 glib20
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
PLIST_FILES= bin/sp2sp
|
PLIST_FILES= bin/sp2sp
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
--- configure.ac.orig 2009-02-13 14:00:57.000000000 +0900
|
--- configure.ac.orig 2009-02-13 14:00:57.000000000 +0900
|
||||||
+++ configure.ac 2016-11-06 03:36:13.237251000 +0900
|
+++ configure.ac 2016-11-07 06:46:23.065992000 +0900
|
||||||
@@ -16,20 +16,6 @@
|
@@ -13,22 +13,6 @@
|
||||||
AC_PATH_PROGS(PERL, perl perl5, no)
|
AC_PROG_CC
|
||||||
AC_SUBST(PERL)
|
AC_PROG_RANLIB
|
||||||
|
AC_PROG_LN_S
|
||||||
|
-AC_PATH_PROGS(PERL, perl perl5, no)
|
||||||
|
-AC_SUBST(PERL)
|
||||||
|
-
|
||||||
-# this tries to find GNU graph only, not traditional berkeley/sysv graph,
|
-# this tries to find GNU graph only, not traditional berkeley/sysv graph,
|
||||||
-# so we do the right thing on solaris, where an unusable one is in /usr/bin
|
-# so we do the right thing on solaris, where an unusable one is in /usr/bin
|
||||||
-# and the graph we want is usually in /usr/local/bin or some such.
|
-# and the graph we want is usually in /usr/local/bin or some such.
|
||||||
@ -17,11 +20,10 @@
|
|||||||
- AC_DEFINE_UNQUOTED(PROG_GRAPH, "$GRAPH", [If present, the pathname of graph, from GNU plotutils.])
|
- AC_DEFINE_UNQUOTED(PROG_GRAPH, "$GRAPH", [If present, the pathname of graph, from GNU plotutils.])
|
||||||
- fi
|
- fi
|
||||||
-fi
|
-fi
|
||||||
-
|
|
||||||
dnl do we need libtool?
|
dnl do we need libtool?
|
||||||
dnl even though we aren't building shared libraries, it seemed to help on HP-UX
|
dnl even though we aren't building shared libraries, it seemed to help on HP-UX
|
||||||
dnl AM_PROG_LIBTOOL
|
@@ -51,62 +35,8 @@
|
||||||
@@ -51,62 +37,8 @@
|
|
||||||
dnl check for gtk/glib features
|
dnl check for gtk/glib features
|
||||||
AC_CHECK_LIB(c, g_slice_set_config, AC_DEFINE(HAVE_G_SLICE_SET_CONFIG,1,[Define this if your version of glib2 has the slice allocator and g_slice_set_config]),,[$GTK_LIBS])
|
AC_CHECK_LIB(c, g_slice_set_config, AC_DEFINE(HAVE_G_SLICE_SET_CONFIG,1,[Define this if your version of glib2 has the slice allocator and g_slice_set_config]),,[$GTK_LIBS])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user