diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 21:36:39 +0000 |
commit | d203b12054ad82d30bac1f0a0c022b1393f861b3 (patch) | |
tree | aa853b3ada1746f7fe92c44b10a0a57900e6b933 /multimedia/gdvrecv/Makefile | |
parent | 90b2f12a8477639b13e1b928f143269e9284ead4 (diff) |
Notes
Diffstat (limited to 'multimedia/gdvrecv/Makefile')
-rw-r--r-- | multimedia/gdvrecv/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/multimedia/gdvrecv/Makefile b/multimedia/gdvrecv/Makefile index be53baf32fb3..729ac28a215b 100644 --- a/multimedia/gdvrecv/Makefile +++ b/multimedia/gdvrecv/Makefile @@ -28,10 +28,4 @@ DESKTOP_ENTRIES="Capture Video" \ CONFLICTS= dvts-[0-9]* -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502000 -IGNORE= does not work on FreeBSD older than 5.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |