diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-10 04:08:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-10-10 04:08:30 +0000 |
commit | 9a08325c4a071711bf1ea8e0731e3d2fe4e421ce (patch) | |
tree | 739800519822ffa25f9ef94c919d7166bbf94bdb /net/crescendo | |
parent | c2fc6d8cdb781c70d7a41d823cb6b7fd90a07d60 (diff) | |
download | ports-9a08325c4a071711bf1ea8e0731e3d2fe4e421ce.tar.gz ports-9a08325c4a071711bf1ea8e0731e3d2fe4e421ce.zip |
Dependency seem to strong.
PR: 21872
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=33646
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 5285c798b8c2..10a0d4faf63e 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -15,9 +15,9 @@ 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 +USE_GNOMELIBS= yes +CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CFLAGS+= -g |