From 1721d3cc887a16f8e26543488f98df1dbb1e24c9 Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 12 Dec 2005 02:03:18 +0000 Subject: fix build on 4.x. Reported by: pointyhat via kris Approved by: takawata (maintainer) --- sysutils/radeontool/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/radeontool/Makefile b/sysutils/radeontool/Makefile index b70d227abff7..5a39c1cca930 100644 --- a/sysutils/radeontool/Makefile +++ b/sysutils/radeontool/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: monitord +# New ports collection makefile for: radeontool # Date created: 10 Dec 2005 # Whom: takawata@jp.FreeBSD.org # @@ -13,5 +13,6 @@ MASTER_SITES= http://fdd.com/software/radeon/ MAINTAINER= takawata@jp.freebsd.org COMMENT= ATI Radeon video card contoroling tool useful for laptops +USE_GETOPT_LONG=YES .include -- cgit