- Fix dependencies
PR: ports/66055 Submitted by: maintainer
This commit is contained in:
parent
8779bad3b7
commit
6c0d55cb67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107937
3 changed files with 2 additions and 13 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libukcprog
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
||||
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
||||
|
@ -23,6 +23,6 @@ DIST_SUBDIR= i-scream
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_GNOME= gnomehack
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig lthack
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- configure.orig Tue Aug 26 08:10:39 2003
|
||||
+++ configure Tue Aug 26 08:10:54 2003
|
||||
@@ -7856,6 +7856,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@ -3,4 +3,3 @@ lib/libukcprog.a
|
|||
lib/libukcprog.so
|
||||
lib/libukcprog.so.0
|
||||
libdata/pkgconfig/libukcprog.pc
|
||||
@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue