diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-02-04 03:09:28 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-02-04 03:09:28 +0000 |
commit | d24cc2ed50456ea3aee7793452c788d93b632200 (patch) | |
tree | ba511a0ca428c1b638bc48195bf18d57879ae58c /comms/cutecom/Makefile | |
parent | 6d42ec21221258f66f57a52d3efb7ed3f103cbb8 (diff) | |
download | ports-d24cc2ed50456ea3aee7793452c788d93b632200.tar.gz ports-d24cc2ed50456ea3aee7793452c788d93b632200.zip |
Notes
Diffstat (limited to 'comms/cutecom/Makefile')
-rw-r--r-- | comms/cutecom/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/comms/cutecom/Makefile b/comms/cutecom/Makefile index 3d6cd2de9720..4f370f9199d7 100644 --- a/comms/cutecom/Makefile +++ b/comms/cutecom/Makefile @@ -29,12 +29,4 @@ do-install: ${MKDIR} ${PREFIX}/share/applnk/Utilities ${INSTALL_DATA} ${WRKSRC}/cutecom.desktop ${PREFIX}/share/applnk/Utilities -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -EXTRA_PATCHES= ${FILESDIR}/current-cutecommdlg.ui.patch -.else -EXTRA_PATCHES= ${FILESDIR}/stable-cutecommdlg.ui.patch -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |