mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
* Fix gimp plugin installation [1]
* Convert to new GNOME infrastructure PR: 48579 [1] Submitted by: Alexander Nedotsukov <bland@mail.ru>
This commit is contained in:
parent
73da7cbd5b
commit
7bae9264db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78909
@ -15,14 +15,13 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Download and view files from various digital cameras
|
||||
|
||||
LIB_DEPENDS= exif-gtk.4:${PORTSDIR}/graphics/libexif-gtk \
|
||||
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
|
||||
bonoboui-2.0:${PORTSDIR}/x11-toolkits/libbonoboui
|
||||
gphoto2.2:${PORTSDIR}/graphics/libgphoto2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GNOME= libbonoboui
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --without-gnome
|
||||
|
11
graphics/gtkam/files/patch-src_Makefile.in
Normal file
11
graphics/gtkam/files/patch-src_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Makefile.in.orig Sat Feb 22 17:57:10 2003
|
||||
+++ src/Makefile.in Sat Feb 22 17:57:28 2003
|
||||
@@ -169,7 +169,7 @@
|
||||
$(GNOME_LIBS)
|
||||
|
||||
|
||||
-@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libdir)/gimp/1.3/plug-ins
|
||||
+@HAVE_GIMP_TRUE@gtkam_gimp_libexecdir = $(libexecdir)/gimp/1.3/plug-ins
|
||||
@HAVE_GIMP_TRUE@gtkam_gimp_libexec_PROGRAMS = gtkam-gimp
|
||||
@HAVE_GIMP_TRUE@gtkam_gimp_SOURCES = gtkam-gimp.c
|
||||
@HAVE_GIMP_TRUE@gtkam_gimp_LDADD = \
|
Loading…
Reference in New Issue
Block a user