diff options
author | tg <tg@FreeBSD.org> | 1997-11-06 14:50:09 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-06 14:50:09 +0000 |
commit | a0510a39b2203b14403c2dbc71cb80fc758ac134 (patch) | |
tree | d39ee40c8ee9ef0d70f2e8a79737ef61af2f325f /print/Makefile | |
parent | e280014882ed9729d93e8ba12085808f5f780629 (diff) | |
download | FreeBSD-ports-a0510a39b2203b14403c2dbc71cb80fc758ac134.zip FreeBSD-ports-a0510a39b2203b14403c2dbc71cb80fc758ac134.tar.gz |
Activate xmbibtex.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 420a43d..5e95152 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.48 1997/09/12 08:14:34 tg Exp $ +# $Id: Makefile,v 1.49 1997/11/04 13:45:22 tg Exp $ # SUBDIR += a2ps @@ -40,6 +40,7 @@ SUBDIR += transfig SUBDIR += virtualpaper SUBDIR += xdvi + SUBDIR += xmbibtex SUBDIR += xmgr .include <bsd.port.subdir.mk> |