diff options
author | acm <acm@FreeBSD.org> | 2013-03-23 13:25:05 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-03-23 13:25:05 +0800 |
commit | c07cfcac1e06b54200264d506603b744896b0faa (patch) | |
tree | 287c9b5f0269ac02f3b0f0d70eedbf74adb7cd9f /x11 | |
parent | a128396eafea95f72cb67a5ecfc941e002b869c6 (diff) | |
download | freebsd-ports-gnome-c07cfcac1e06b54200264d506603b744896b0faa.tar.gz freebsd-ports-gnome-c07cfcac1e06b54200264d506603b744896b0faa.tar.zst freebsd-ports-gnome-c07cfcac1e06b54200264d506603b744896b0faa.zip |
- Update to 2.6.2
- Trim Makefile headers
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fpc-x11/Makefile | 2 | ||||
-rw-r--r-- | x11/fpc-x11/pkg-plist | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile index 9f14e1b3438e..18feaf4745e8 100644 --- a/x11/fpc-x11/Makefile +++ b/x11/fpc-x11/Makefile @@ -1,4 +1,4 @@ -# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTREVISION= 0 diff --git a/x11/fpc-x11/pkg-plist b/x11/fpc-x11/pkg-plist index 41de277e0387..f069f29400d2 100644 --- a/x11/fpc-x11/pkg-plist +++ b/x11/fpc-x11/pkg-plist @@ -1,9 +1,12 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/Package.fpc lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpcursorfont.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpfontconfig.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpkeysym.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpx.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxatom.a @@ -12,6 +15,7 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxf86dga.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxf86vmode.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxi.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxinerama.a +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxft.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxkb.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxkblib.a lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/libpxlib.a @@ -32,6 +36,8 @@ lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xft.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xft.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinerama.o |