svn commit: r512901 - head/print/xmbibtex

Niclas Zeising zeising at FreeBSD.org
Thu Sep 26 16:01:50 UTC 2019


Author: zeising
Date: Thu Sep 26 16:01:49 2019
New Revision: 512901
URL: https://svnweb.freebsd.org/changeset/ports/512901

Log:
  print/xmbibtex: Remove depenency on libXp
  
  Remove dependency on libXp from print/xmbibtex, this is a prerequsite for
  deprecating libXp.
  Add xorg to USES

Modified:
  head/print/xmbibtex/Makefile

Modified: head/print/xmbibtex/Makefile
==============================================================================
--- head/print/xmbibtex/Makefile	Thu Sep 26 15:59:47 2019	(r512900)
+++ head/print/xmbibtex/Makefile	Thu Sep 26 16:01:49 2019	(r512901)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmbibtex
 PORTVERSION=	1.7
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	print databases
 MASTER_SITES=	SUNSITE/apps/tex
 
@@ -12,8 +12,8 @@ COMMENT=	Reference manager based on the BibTeX file fo
 
 WRKSRC_SUBDIR=	src
 
-USES=		imake:noman motif
-USE_XORG=	ice sm x11 xext xmu xp xt xpm
+USES=		imake:noman motif xorg
+USE_XORG=	ice sm x11 xext xmu xt xpm
 
 PLIST_FILES=	bin/xmbibtex lib/X11/app-defaults/XmBibTeX
 


More information about the svn-ports-head mailing list