diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:19:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:19:31 +0000 |
commit | d0b8e0bff8d29f51aae0f3bd778bf1b9844b6ee5 (patch) | |
tree | adbafa3de45bb93952e1db8450ac168863a2a810 /graphics/xbmbrowser | |
parent | 572dd294a2a710aa52fb897272afe783db5d0a70 (diff) | |
download | ports-d0b8e0bff8d29f51aae0f3bd778bf1b9844b6ee5.tar.gz ports-d0b8e0bff8d29f51aae0f3bd778bf1b9844b6ee5.zip |
Notes
Diffstat (limited to 'graphics/xbmbrowser')
-rw-r--r-- | graphics/xbmbrowser/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xbmbrowser/Makefile b/graphics/xbmbrowser/Makefile index 58a75b527a1f..e348f698a290 100644 --- a/graphics/xbmbrowser/Makefile +++ b/graphics/xbmbrowser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xbmbrowser -# Date created: 06 September 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xbmbrowser PORTVERSION= 5.1 @@ -16,7 +12,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= View complete directories of X bitmaps and X pixmaps -USE_IMAKE= yes +USES= imake USE_XORG= xaw xmu MAN1= xbmbrowser.1 |