diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-07 13:46:49 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-07 13:46:49 +0000 |
commit | 7d412b8e6e71e47c499eca0dc81e11fafcb62d17 (patch) | |
tree | 342c7dd254509faec3a3f8545870a76fdf30ad3e /sysutils/gnome-control-center1/Makefile | |
parent | a1abd52f9a95ef7ca5aa84ea4beb677031d27ae3 (diff) | |
download | ports-7d412b8e6e71e47c499eca0dc81e11fafcb62d17.tar.gz ports-7d412b8e6e71e47c499eca0dc81e11fafcb62d17.zip |
Notes
Diffstat (limited to 'sysutils/gnome-control-center1/Makefile')
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index 04fe27dc0860..e08c854a6ff1 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomecontrolcenter -PORTVERSION= 1.4.0.1 +PORTVERSION= 1.4.0.3 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/control-center @@ -20,16 +20,15 @@ LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas \ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMELIBS= yes -USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - `gdk-pixbuf-config --cflags`" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' |