diff options
author | pav <pav@FreeBSD.org> | 2005-02-04 14:23:54 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-04 14:23:54 +0000 |
commit | 6505d9b8d0488404b6396f7c554e5121330c0684 (patch) | |
tree | bef6c3d6b583f31361abfe10ad571aeb92ef264e /sysutils | |
parent | 56a420107cbd448331ebfcca9de9f5996f2c6b3a (diff) | |
download | FreeBSD-ports-6505d9b8d0488404b6396f7c554e5121330c0684.zip FreeBSD-ports-6505d9b8d0488404b6396f7c554e5121330c0684.tar.gz |
- More fixes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/graveman/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index 268b6b2..3cbdd67 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -19,11 +19,9 @@ USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes -WANT_GNOME= yes -GNU_CONFIGURE= yes USE_GNOME= libglade2 intlhack gnomehack gnomeprefix -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" OPTIONS= MP3 "MP3 Support" off \ OGG "OGG Support" off |