diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-20 04:41:46 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-20 04:41:46 +0000 |
commit | ce51bdfd601084ac500573d1c359665c69fb99b4 (patch) | |
tree | 61d82c960fbf0983d6e0363147bb94fbac663edb /audio/rhythmbox-devel | |
parent | 6adf115354bb0fe447aea5e7016077e3dcd8fb97 (diff) | |
download | ports-ce51bdfd601084ac500573d1c359665c69fb99b4.tar.gz ports-ce51bdfd601084ac500573d1c359665c69fb99b4.zip |
Notes
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 6 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index f823cee94b12..9140ca076c82 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -24,8 +24,8 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack lthack gnomeprefix libgnomeui -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui +USE_LIBTOOL_VER=15 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" diff --git a/audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in b/audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in new file mode 100644 index 000000000000..62a003b414a9 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in @@ -0,0 +1,14 @@ +--- data/rhythmbox.pc.in.orig Fri Aug 20 00:38:45 2004 ++++ data/rhythmbox.pc.in Fri Aug 20 00:39:21 2004 +@@ -1,7 +1,8 @@ + prefix=@prefix@ +-libdir=${prefix}/lib +-includedir=${prefix}/include +-idldir=${prefix}/share/idl ++exec_prefix=@exec_prefix@ ++libdir=@libdir@ ++includedir=@includedir@ ++idldir=@datadir@/idl + + Name: Rhythmbox + Description: Rhythmbox |