diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /japanese | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ochusha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index 0969a35f9e37..914b703cb9ee 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -15,11 +15,13 @@ MASTER_SITE_SUBDIR= ochusha/16560 MAINTAINER= ports@FreeBSD.org COMMENT= A GUI BBS browser for 2ch.net +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + MAN1= ochusha.1 MANCOMPRESSED= no USE_BZIP2= yes -USE_GNOME= pkgconfig glib20 gtk20 libxml2 +USE_GNOME= glib20 gtk20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |