diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/vte/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/vte/files/patch-vte.pc.in | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 5487eaf..66f9611 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -7,6 +7,7 @@ PORTNAME= vte PORTVERSION= 0.11.16 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} diff --git a/x11-toolkits/vte/files/patch-vte.pc.in b/x11-toolkits/vte/files/patch-vte.pc.in new file mode 100644 index 0000000..bbf32eb --- /dev/null +++ b/x11-toolkits/vte/files/patch-vte.pc.in @@ -0,0 +1,17 @@ +=================================================================== +RCS file: /cvs/gnome/vte/vte.pc.in,v +retrieving revision 1.11 +retrieving revision 1.12 +diff -u -r1.11 -r1.12 +--- vte.pc.in 2005/12/12 18:46:15 1.11 ++++ vte.pc.in 2005/12/31 11:27:56 1.12 +@@ -8,7 +8,6 @@ + Name: vte + Description: Vte terminal widget. + Version: @VERSION@ +-Requires.private: @NEEDEDPACKAGES@ +-Libs: -L${libdir} -lvte +-Libs.private: @FT2_LIBS@ @OTHERLIBS@ ++Requires: @NEEDEDPACKAGES@ ++Libs: -L${libdir} -lvte @FT2_LIBS@ @OTHERLIBS@ + Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@ |