diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2017-01-07 01:07:55 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2017-01-07 01:07:55 +0000 |
commit | c3142025cdee862235e35972649531f7919bd3d8 (patch) | |
tree | 0c430563f422ba94eadd69271e0d8a3eb62ecd6a /comms/tlf | |
parent | 5e03a86234bb34556aef99d2778363d8cb4b6b9c (diff) | |
download | ports-c3142025cdee862235e35972649531f7919bd3d8.tar.gz ports-c3142025cdee862235e35972649531f7919bd3d8.zip |
Notes
Diffstat (limited to 'comms/tlf')
-rw-r--r-- | comms/tlf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/tlf/Makefile b/comms/tlf/Makefile index 328c06fc5fb4..f281ab944eab 100644 --- a/comms/tlf/Makefile +++ b/comms/tlf/Makefile @@ -12,11 +12,10 @@ COMMENT= Amateur Radio curses based logging program LICENSE= GPLv2 -LIB_DEPENDS= libglib-2.0.so:devel/glib20 - USES= ncurses pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= PANEL_LIB=-lpanel +USE_GNOME= glib20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib |