diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-04 19:47:05 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-04 19:47:05 +0000 |
commit | 9718b95ecee6311c1ce1d8d640635d1abfdbc6c7 (patch) | |
tree | 8b9600f6b5a9c9a3d3fc2d823c465ccaa0e0f604 /net/crescendo | |
parent | fbf4b692381b1a44e6bad4dddbb641ca0a7d51be (diff) | |
download | ports-9718b95ecee6311c1ce1d8d640635d1abfdbc6c7.tar.gz ports-9718b95ecee6311c1ce1d8d640635d1abfdbc6c7.zip |
Notes
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 0b44a4963bb2..4c0ddfef7e95 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -6,6 +6,7 @@ PORTNAME= crescendo PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= net gnome # Master Site broken #MASTER_SITES= http://crescendo.lyrical.net/files/ @@ -18,7 +19,6 @@ RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -27,11 +27,14 @@ CFLAGS+= -g PLIST_SUB= DOCDIR=share/doc/${PORTNAME} MODIFY= Makefile.in data/Makefile.in +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs + pre-patch: .for i in ${MODIFY} @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed - ${SED} -e 's=$$(datadir)/gnome/=$$(datadir)/=g' \ - -e 's=$$(prefix)/share/=$$(datadir)/=g' \ + ${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \ ${WRKSRC}/${i}.sed > ${WRKSRC}/${i} .endfor |