diff options
author | tg <tg@FreeBSD.org> | 1998-02-18 23:04:01 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-18 23:04:01 +0800 |
commit | 97260cc1afe86c81c455246c2a7852c594979dca (patch) | |
tree | 3da701185153bd093aad8117f9193d8105c570f7 /print/xmbibtex | |
parent | cc9c1fbc4132c5ff1f64ce9d18a7c191c88d3809 (diff) | |
download | freebsd-ports-gnome-97260cc1afe86c81c455246c2a7852c594979dca.tar.gz freebsd-ports-gnome-97260cc1afe86c81c455246c2a7852c594979dca.tar.zst freebsd-ports-gnome-97260cc1afe86c81c455246c2a7852c594979dca.zip |
This port REQUIRES_MOTIF.
Noticed by: Peter Cornelius <pc@inr.fzk.de>
Diffstat (limited to 'print/xmbibtex')
-rw-r--r-- | print/xmbibtex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 2f77fe188d33..6858560eba15 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -3,7 +3,7 @@ # Date created: 06 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1997/11/10 10:34:58 asami Exp $ +# $Id: Makefile,v 1.3 1997/11/10 10:47:35 tg Exp $ # DISTNAME= xmbibtex-1.3 @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= apps/tex MAINTAINER= ports@FreeBSD.ORG +REQUIRES_MOTIF= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |