- remove redundant dependency entry on gettext which is provided via Gtk+.
- no need to set CFLAGS and CPPFLAGS so remove setting of CFLAGS. -- Ok'd by: maintainer
This commit is contained in:
parent
7a313d5bf8
commit
3aa6fa21f2
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2001/05/24 02:27:55 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2001/05/31 00:43:10 brad Exp $
|
||||
|
||||
DISTNAME= gtksee-0.5.0
|
||||
CATEGORIES= graphics
|
||||
@ -20,19 +20,17 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
LIB_DEPENDS= gtk.1::x11/gtk+ \
|
||||
jpeg.62::graphics/jpeg \
|
||||
tiff.35::graphics/tiff \
|
||||
png.2::graphics/png \
|
||||
intl.1::devel/gettext
|
||||
png.2::graphics/png
|
||||
RUN_DEPENDS= bzip::archivers/bzip \
|
||||
bzip2::archivers/bzip2
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-im-libs=${PREFIX}/lib \
|
||||
--with-im-incs=${PREFIX}/include
|
||||
--with-im-libs="${PREFIX}/lib" \
|
||||
--with-im-incs="${PREFIX}/include"
|
||||
|
||||
post-patch:
|
||||
@touch ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
|
||||
|
Loading…
Reference in New Issue
Block a user