diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-11-02 21:08:28 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-11-02 21:08:28 +0000 |
commit | 2fe0af49473e7fac5969e6b5a723b9900e7be3cd (patch) | |
tree | 770fcbcedb9454248a881875ef94eb2123d32e50 | |
parent | Remove port on maintainers request (diff) |
Add dependencies on gettext and libiconv to avoid building its included version
of the gettext library.
PR: ports/58442
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=92868
-rw-r--r-- | sysutils/gtk-imonc/Makefile | 8 | ||||
-rw-r--r-- | sysutils/gtk-imonc/pkg-plist | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/gtk-imonc/Makefile b/sysutils/gtk-imonc/Makefile index bab41805787c..acf79da5a8db 100644 --- a/sysutils/gtk-imonc/Makefile +++ b/sysutils/gtk-imonc/Makefile @@ -13,9 +13,13 @@ MASTER_SITES= http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/ MAINTAINER= steffen@vogelreuter.de COMMENT= A gtk based client to control an one disc fli4l router +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + iconv.3:${PORTSDIR}/converters/libiconv + WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} -ALL_TARGET= #empty -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} \ + --with-libiconv-prefix=${LOCALBASE} USE_GMAKE= yes USE_GNOME= gtk12 USE_REINPLACE= yes diff --git a/sysutils/gtk-imonc/pkg-plist b/sysutils/gtk-imonc/pkg-plist index c9e7f25eed4d..e2610dbd7406 100644 --- a/sysutils/gtk-imonc/pkg-plist +++ b/sysutils/gtk-imonc/pkg-plist @@ -3,9 +3,7 @@ share/gtk-imonc/pixmaps/fli4l.xpm share/gtk-imonc/pixmaps/gtk-imonc.png share/gtk-imonc/pixmaps/offline.xpm share/gtk-imonc/pixmaps/online.xpm -lib/charset.alias share/gnome/apps/Internet/gtk-imonc.desktop -share/locale/locale.alias share/locale/de/LC_MESSAGES/gtk-imonc.mo share/pixmaps/gtk-imonc.png @dirrm share/gtk-imonc/pixmaps |