diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-16 16:41:02 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-06-16 16:41:02 +0000 |
commit | 9421aae4b3081f89fbb51a938edaed308d0e3d79 (patch) | |
tree | 616e2311ae7d0ee918d9789db2ebf867205e40d5 /sysutils/i855vidctl10 | |
parent | a31348de47b1094e0331c1370ebc8e4f3d09f00d (diff) | |
download | ports-9421aae4b3081f89fbb51a938edaed308d0e3d79.tar.gz ports-9421aae4b3081f89fbb51a938edaed308d0e3d79.zip |
- drop 4.x support (EOL)
- use PLIST_FILE instead of one line pkg-plist
PR: ports/111771
Submitted by: araujo@
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=193678
Diffstat (limited to 'sysutils/i855vidctl10')
-rw-r--r-- | sysutils/i855vidctl10/Makefile | 9 | ||||
-rw-r--r-- | sysutils/i855vidctl10/pkg-plist | 1 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/i855vidctl10/Makefile b/sysutils/i855vidctl10/Makefile index 7ce2b6dd0a2e..aa0845a11603 100644 --- a/sysutils/i855vidctl10/Makefile +++ b/sysutils/i855vidctl10/Makefile @@ -16,11 +16,6 @@ COMMENT= Resolution tool for Centrino based laptops ONLY_FOR_ARCHS= i386 -.include <bsd.port.pre.mk> +PLIST_FILES= bin/i855vidctl -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/i855vidctl10/pkg-plist b/sysutils/i855vidctl10/pkg-plist deleted file mode 100644 index 9ea97712c65d..000000000000 --- a/sysutils/i855vidctl10/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/i855vidctl |