diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-02-13 21:14:57 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-02-13 21:14:57 +0000 |
commit | d2618de3d3835b442d8d2dfe10d64447454dbd62 (patch) | |
tree | badc5bb466d68a7a10de26c09370425f6a210a15 /x11/ico/Makefile | |
parent | Update to 1.0.6 (diff) |
Update to 1.0.4
Obtained from: xorg development repo
Notes
Notes:
svn path=/head/; revision=312174
Diffstat (limited to 'x11/ico/Makefile')
-rw-r--r-- | x11/ico/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/ico/Makefile b/x11/ico/Makefile index 6cb55d34efbf..50ef810c5a2b 100644 --- a/x11/ico/Makefile +++ b/x11/ico/Makefile @@ -1,12 +1,7 @@ -# New ports collection makefile for: ico -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= ico -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,6 +10,8 @@ COMMENT= Displays a wire-frame rotating plyhedron XORG_CAT= app USE_XORG= x11 +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros + PLIST_FILES= bin/ico MAN1= ico.1 |