diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-27 00:01:49 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-27 00:01:49 +0800 |
commit | 9ddae5ccd2e71bd2c6e93dfe48fed40a9d5bdc48 (patch) | |
tree | ac679d05913a22c887e93c573a903d2e63277c8d /print | |
parent | 51ce1722b4358368014ca4ba4a6df8cf983f6c57 (diff) | |
download | freebsd-ports-gnome-9ddae5ccd2e71bd2c6e93dfe48fed40a9d5bdc48.tar.gz freebsd-ports-gnome-9ddae5ccd2e71bd2c6e93dfe48fed40a9d5bdc48.tar.zst freebsd-ports-gnome-9ddae5ccd2e71bd2c6e93dfe48fed40a9d5bdc48.zip |
print/xmbibtex: Remove depenency on libXp
Remove dependency on libXp from print/xmbibtex, this is a prerequsite for
deprecating libXp.
Add xorg to USES
Diffstat (limited to 'print')
-rw-r--r-- | print/xmbibtex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index e80562d6f861..c96b86b721ee 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -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 format 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 |