diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-16 03:24:35 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-16 03:24:35 +0800 |
commit | f4a7193d3ab63393c0bf500f3558523a21d635e8 (patch) | |
tree | 6f845ab481c1861ece009e3586b09f142861c3bd /x11 | |
parent | 84a8f243a37e50c985e4850d555d701bc2d8dd86 (diff) | |
download | freebsd-ports-gnome-f4a7193d3ab63393c0bf500f3558523a21d635e8.tar.gz freebsd-ports-gnome-f4a7193d3ab63393c0bf500f3558523a21d635e8.tar.zst freebsd-ports-gnome-f4a7193d3ab63393c0bf500f3558523a21d635e8.zip |
Cleanup of the x11@ ports in the x11 directory
- Fix LIB_DEPENDS
- Convert to staging
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfd/Makefile | 6 | ||||
-rw-r--r-- | x11/xfd/pkg-plist | 1 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11/xfd/Makefile b/x11/xfd/Makefile index 625f9a1239e0..bd2ba44e3771 100644 --- a/x11/xfd/Makefile +++ b/x11/xfd/Makefile @@ -9,14 +9,10 @@ COMMENT= Display all characters in an X font LICENSE= MIT -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig XORG_CAT= app USE_XORG= xft xt xaw - -MAN1= xfd.1 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/x11/xfd/pkg-plist b/x11/xfd/pkg-plist index 168c509f494f..05d9856120f1 100644 --- a/x11/xfd/pkg-plist +++ b/x11/xfd/pkg-plist @@ -1,4 +1,5 @@ bin/xfd +man/man1/xfd.1.gz share/X11/app-defaults/Xfd @dirrmtry share/X11/app-defaults @dirrmtry share/X11 |