mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/gedit: fix ldconfig path
Reported by: pkg-devel exp-run
This commit is contained in:
parent
181573cf2c
commit
be8f37491d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= gedit
|
||||
PORTVERSION= 44.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= editors gnome
|
||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||
DIST_SUBDIR= gnome
|
||||
|
@ -35,7 +35,7 @@ USE_CSTD= c11
|
|||
USE_GNOME= cairo gdkpixbuf gtksourceview4 intlhack introspection libxml2 \
|
||||
pygobject3
|
||||
USE_XORG= sm x11
|
||||
USE_LDCONFIG= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
|
||||
PLIST_SUB= VERSION=44
|
||||
INSTALL_TARGET= install-strip
|
||||
MESON_ARGS+= --buildtype \
|
||||
|
|
Loading…
Add table
Reference in a new issue