mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
bdd20f8fd0
* Update to 1.0.1 * Change gtk20 to gtk30 * Add pulseaudio option * Move NLS/gettext as an option * Add FFTW option * Add cairo * Remove libglade2 Changelog: https://savannah.nongnu.org/forum/forum.php?forum_id=9190 PR: 241648 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
--- Makefile.in.orig 2019-11-01 06:36:02 UTC
|
|
+++ Makefile.in
|
|
@@ -423,7 +423,6 @@ ACLOCAL_AMFLAGS = -I m4
|
|
lingotdocdir = ${docdir}
|
|
lingotdoc_DATA = \
|
|
README \
|
|
- COPYING \
|
|
AUTHORS \
|
|
ChangeLog \
|
|
NEWS \
|
|
@@ -446,6 +445,7 @@ appdatadir = $(datadir)/metainfo
|
|
appdata_DATA = org.nongnu.lingot.appdata.xml
|
|
dist_man_MANS = lingot.1
|
|
EXTRA_DIST = \
|
|
+ COPYING \
|
|
$(lingotdoc_DATA) \
|
|
$(appdata_DATA) \
|
|
build-aux/gitlog-to-changelog \
|