diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 04:22:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-06-11 04:22:33 +0000 |
commit | 334622d169a81a03b1ace9b5b9973393fa9a465e (patch) | |
tree | 643eb947db0a3bce7552006a7fd61946b5f84dd2 /multimedia/nautilus-media/Makefile | |
parent | 05c4b082553141c521151066775dca49e86b0be2 (diff) | |
download | ports-334622d169a81a03b1ace9b5b9973393fa9a465e.tar.gz ports-334622d169a81a03b1ace9b5b9973393fa9a465e.zip |
Notes
Diffstat (limited to 'multimedia/nautilus-media/Makefile')
-rw-r--r-- | multimedia/nautilus-media/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/nautilus-media/Makefile b/multimedia/nautilus-media/Makefile index 05a1f8146493..32154ae51b9a 100644 --- a/multimedia/nautilus-media/Makefile +++ b/multimedia/nautilus-media/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nautilus-media -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 @@ -25,10 +25,6 @@ GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack nautilus2 USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |