diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-01-01 20:53:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-01-01 20:53:40 +0000 |
commit | 1421cc1eaf0d6f6c8a5fc1aebdf41369887fc92c (patch) | |
tree | a4ed23eaf7ba844cb7e7bfc907cefa0c394a045c /irc | |
parent | cb24bd26f82a89678bcbe6d52d72c67a43dd913d (diff) | |
download | ports-1421cc1eaf0d6f6c8a5fc1aebdf41369887fc92c.tar.gz ports-1421cc1eaf0d6f6c8a5fc1aebdf41369887fc92c.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hexchat-fish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/hexchat-fish/Makefile b/irc/hexchat-fish/Makefile index 5f275e4c37c6..c3947ee69584 100644 --- a/irc/hexchat-fish/Makefile +++ b/irc/hexchat-fish/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= hexchat:irc/hexchat RUN_DEPENDS= hexchat:irc/hexchat -USES= gnome pkgconfig ssl tar:bz2 +USES= tar:bz2 pkgconfig ssl gnome USE_GNOME= glib20 CFLAGS+= -I${LOCALBASE}/include/glib-2.0 |