Date: Thu, 26 Sep 2019 16:01:50 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512901 - head/print/xmbibtex Message-ID: <201909261601.x8QG1o5n067548@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909261601.x8QG1o5n067548>