diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:23:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:23:16 +0800 |
commit | df1cee8be97a81df465361c65b863d61807c908a (patch) | |
tree | 84cb586eeae962a11fd0591b569e44667ed67790 /print | |
parent | 73c3f3e516b606fd2c8d73431c7b24bb80dd6eb7 (diff) | |
download | freebsd-ports-gnome-df1cee8be97a81df465361c65b863d61807c908a.tar.gz freebsd-ports-gnome-df1cee8be97a81df465361c65b863d61807c908a.tar.zst freebsd-ports-gnome-df1cee8be97a81df465361c65b863d61807c908a.zip |
Convert to USES=imake
Trim headers
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvi/Makefile | 10 | ||||
-rw-r--r-- | print/xmbibtex/Makefile | 1 |
2 files changed, 4 insertions, 7 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 66580e3b1613..0d5b972df9e2 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xdvi -# Date created: 1 October 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= xdvi PORTVERSION= pl20 @@ -15,12 +11,12 @@ DISTNAME= ${PORTNAME}-20 EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A DVI Previewer for the X Window System +COMMENT= DVI Previewer for the X Window System CONFLICTS= teTeX-* DIST_SUBDIR= xdvi -USE_IMAKE= yes +UES= imake USE_XORG= ice sm x11 xaw xext xmu xt xpm USE_GMAKE= yes PKGINSTALL= ${WRKDIR}/pkg-install diff --git a/print/xmbibtex/Makefile b/print/xmbibtex/Makefile index 72bcad19303b..5e5d22e219a2 100644 --- a/print/xmbibtex/Makefile +++ b/print/xmbibtex/Makefile @@ -13,6 +13,7 @@ COMMENT= Reference manager based on the BibTeX file format WRKSRC_SUBDIR= src +USES= imake USE_MOTIF= yes USE_IMAKE= yes USE_XORG= ice sm x11 xext xmu xp xt xpm |