diff options
author | pav <pav@FreeBSD.org> | 2006-05-28 16:11:40 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-28 16:11:40 +0000 |
commit | 9d398018b3ddfb7adfc347b13084d54633d150db (patch) | |
tree | 629894442dfb3f605a5d9e1cdf27bd1b2037cbba /devel/gnome-vfs1/Makefile | |
parent | 890356aeb9d8f4701951d7e12e8a029f26fb3e61 (diff) | |
download | FreeBSD-ports-9d398018b3ddfb7adfc347b13084d54633d150db.zip FreeBSD-ports-9d398018b3ddfb7adfc347b13084d54633d150db.tar.gz |
- Rename ports
devel/gnomevfs -> devel/gnome-vfs1
devel/gnomevfs2 -> devel/gnome-vfs
devel/gnomevfs2-reference -> devel/gnome-vfs-reference
Diffstat (limited to 'devel/gnome-vfs1/Makefile')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile index a16e359..41d4220 100644 --- a/devel/gnome-vfs1/Makefile +++ b/devel/gnome-vfs1/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= gnomevfs +PORTNAME= gnome-vfs PORTVERSION= 1.0.5 PORTREVISION= 8 CATEGORIES= devel gnome @@ -30,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} +LATEST_LINK= gnome-vfs1 + .if exists(${LOCALBASE}/lib/libcdda_paranoia.a) WITH_CDPARANOIA= yes .endif |