diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-06-17 00:41:02 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-06-17 00:41:02 +0800 |
commit | b90443d703bc2757b8e81d4efc509fd25f8ec0fa (patch) | |
tree | e0ce67c572a1eeece70417929bc6f46fe88e36f2 | |
parent | 1b1769a09190c170c79db840456c7513f5e46a20 (diff) | |
download | freebsd-ports-gnome-b90443d703bc2757b8e81d4efc509fd25f8ec0fa.tar.gz freebsd-ports-gnome-b90443d703bc2757b8e81d4efc509fd25f8ec0fa.tar.zst freebsd-ports-gnome-b90443d703bc2757b8e81d4efc509fd25f8ec0fa.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
-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 |