diff options
author | db <db@FreeBSD.org> | 2008-05-14 04:47:57 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2008-05-14 04:47:57 +0800 |
commit | 38beaafd8464455a7c53b2718899b17881a6eb28 (patch) | |
tree | 2e367d1e3be10ccea45dd4c9c0659c678738c4e6 /comms | |
parent | 3facdaaadfe262726735b3423ad14b6222729278 (diff) | |
download | freebsd-ports-gnome-38beaafd8464455a7c53b2718899b17881a6eb28.tar.gz freebsd-ports-gnome-38beaafd8464455a7c53b2718899b17881a6eb28.tar.zst freebsd-ports-gnome-38beaafd8464455a7c53b2718899b17881a6eb28.zip |
- add CONFLICTS with new port sysutils/lbl-hf
Submitted by: tabthorpe
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/hf/Makefile b/comms/hf/Makefile index 2d9046a4d4c1..656cccf18635 100644 --- a/comms/hf/Makefile +++ b/comms/hf/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} MANLANG= "" "de.ISO8859-1" MAN1= hf.1 hfterm.1 hfkernel.1 MAN1_EN= dcf77gen.1 dcf77rx.1 +CONFLICTS= sysutils/lbl-hf-1.* post-configure: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|' \ |