diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-12-12 02:03:18 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-12-12 02:03:18 +0000 |
commit | 5363114c75ad0bd784672f3dec7bf43b3a44b986 (patch) | |
tree | 573f0bbf31421f0097a310bf72e53b2742de81cd /sysutils | |
parent | efa2c51b385c2cdf480752032d4d45093006b43c (diff) | |
download | ports-5363114c75ad0bd784672f3dec7bf43b3a44b986.tar.gz ports-5363114c75ad0bd784672f3dec7bf43b3a44b986.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/radeontool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.port.mk> |