diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
commit | 932db7c46c9a269808dfa67ea02746b350c194d8 (patch) | |
tree | 5182ef394eeef9bff78abf27f4a3a05f7fb8ff43 /print/bibview/Makefile | |
parent | b9b5e71f19dfde1a969d42e0660cc786432b3500 (diff) | |
download | ports-932db7c46c9a269808dfa67ea02746b350c194d8.tar.gz ports-932db7c46c9a269808dfa67ea02746b350c194d8.zip |
Notes
Diffstat (limited to 'print/bibview/Makefile')
-rw-r--r-- | print/bibview/Makefile | 8 |
1 files changed, 2 insertions, 6 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 |