diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-15 01:50:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-01-15 01:50:04 +0800 |
commit | 920be037892f38f5cf3443ac685590362d226781 (patch) | |
tree | 9c71b55d80106a162ab756aa6d51c8c241541c68 /comms | |
parent | 045d00b6b28c1a8fb7d7fc8673551510a94e5053 (diff) | |
download | freebsd-ports-graphics-920be037892f38f5cf3443ac685590362d226781.tar.gz freebsd-ports-graphics-920be037892f38f5cf3443ac685590362d226781.tar.zst freebsd-ports-graphics-920be037892f38f5cf3443ac685590362d226781.zip |
- Add missing dependency on intltool
- While here, fix handling of manpage which is installed unconditionally (approved by maintainer)
PR: 142834
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Reported by: Ebbe Hjorth <info at ebbehjorth.dk>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 44566f5d056..7c6642799fd 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -24,6 +24,7 @@ USE_GETTEXT= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes WANT_GNOME= yes +USE_GNOME= intltool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} --enable-security \ --with-xgnokiidir=${PREFIX}/share @@ -37,7 +38,7 @@ CONFIGURE_ENV+= MSGFMT="${LOCALBASE}/bin/msgfmt" \ PKGDEINSTALL= ${PKGINSTALL} SUB_FILES+= pkg-message PORTDOCS= * -MAN1= gnokii.1 sendsms.1 +MAN1= gnokii.1 sendsms.1 xgnokii.1 MAN8= gnokiid.8 mgnokiidev.8 CONFLICTS= smstools-[0-9]* sendsms-[0-9]* @@ -94,7 +95,6 @@ PLIST_SUB+= X11='@comment ' USE_XORG= xpm USE_GNOME+= gtk20 PLIST_SUB+= X11='' -MAN1+= xgnokii.1 .endif FIXPREFIX= Docs/man/gnokiid.8 Docs/DataCalls-QuickStart Docs/README \ |