diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/bibview/Makefile | 8 | ||||
-rw-r--r-- | print/ghostview/Makefile | 2 | ||||
-rw-r--r-- | print/transfig/Makefile | 10 |
3 files changed, 6 insertions, 14 deletions
diff --git a/print/bibview/Makefile b/print/bibview/Makefile index 02adfd6f5b28..d7d21b4b6455 100644 --- a/print/bibview/Makefile +++ b/print/bibview/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bibview -# Date created: 21 July 1997 -# Whom: dbader@eece.unm.edu -# +# Created by: dbader@eece.unm.edu # $FreeBSD$ -# PORTNAME= bibview PORTVERSION= 2.2 @@ -17,7 +13,7 @@ COMMENT= Graphical interface for manipulating BibTeX bibliography databases MAKE_JOBS_SAFE= yes -USE_IMAKE= yes +USES= imake USE_XORG= ice sm x11 xaw xext xmu xt WRKSRC= ${WRKDIR}/bibview-${PORTVERSION} MAN1= bibview.1 diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index 10c7b4aa3549..ca6d460602fe 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -13,7 +13,7 @@ COMMENT= X11 front-end for ghostscript, the GNU postscript previewer LICENSE= GPLv2 # (or later) -USE_IMAKE= yes +USES= imake USE_XORG= xbitmaps xaw USE_GHOSTSCRIPT_RUN= yes MAKE_JOBS_SAFE= yes diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 9c0f81142d25..44faaa53e186 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: transfig -# Date created: 9 August 1996 -# Whom: chuckr@freebsd.org -# +# Created by: chuckr@freebsd.org # $FreeBSD$ -# PORTNAME= transfig PORTVERSION= 3.2.5d @@ -20,9 +16,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png MAKE_JOBS_SAFE= yes -USE_GCC= any +USES= imake +CFLAGS+= -Wno-return-type USE_GHOSTSCRIPT_RUN= yes -USE_IMAKE= yes USE_XORG= xpm MAN1= fig2dev.1 fig2ps2tex.1 pic2tpic.1 transfig.1 |