diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-02-13 21:23:25 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-02-13 21:23:25 +0000 |
commit | c4a7b00342a2252a28f94a36e35589993c019ee7 (patch) | |
tree | 60b41b23cf869ecbc83ce2879c2435db46a63377 /x11/viewres/Makefile | |
parent | bdd0f0edfbce57d54a43bf3051719e944d21b94a (diff) |
Notes
Diffstat (limited to 'x11/viewres/Makefile')
-rw-r--r-- | x11/viewres/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/viewres/Makefile b/x11/viewres/Makefile index a8f5ef1daa13..1fc4b9385d45 100644 --- a/x11/viewres/Makefile +++ b/x11/viewres/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: viewres -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= viewres -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +10,8 @@ COMMENT= Graphical class browser for Xt XORG_CAT= app USE_XORG= xt xaw +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + MAN1= viewres.1 PLIST_FILES+= bin/viewres \ |