diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-01-26 08:56:48 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-01-26 08:56:48 +0000 |
commit | 3c4bad5efbcf3875b39be57b62d449273d4d74df (patch) | |
tree | 432224ef0e8e686bfc1c073642712bd3ec5cf2d5 /x11-fonts/xfs | |
parent | 49f157164df29596220a81037da277f6b7e4ef0b (diff) | |
download | ports-3c4bad5efbcf3875b39be57b62d449273d4d74df.tar.gz ports-3c4bad5efbcf3875b39be57b62d449273d4d74df.zip |
Notes
Diffstat (limited to 'x11-fonts/xfs')
-rw-r--r-- | x11-fonts/xfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/xfs/Makefile b/x11-fonts/xfs/Makefile index 3d63b4ba0f20..8f850a082640 100644 --- a/x11-fonts/xfs/Makefile +++ b/x11-fonts/xfs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-fontserver PORTVERSION= 6.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-servers MASTER_SITES= ${MASTER_SITE_XORG} MASTER_SITE_SUBDIR= X11R${PORTVERSION}/tars @@ -22,6 +22,7 @@ CONFLICTS= XFree86-FontServer-* EXTRA_PATCHES= ${CF_PATCHES} USE_XLIB= yes +USE_RC_SUBR= yes MAN1= xfs.1 |