diff options
author | pav <pav@FreeBSD.org> | 2005-02-04 22:23:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-04 22:23:54 +0800 |
commit | 6505d9b8d0488404b6396f7c554e5121330c0684 (patch) | |
tree | bef6c3d6b583f31361abfe10ad571aeb92ef264e /sysutils/graveman | |
parent | 56a420107cbd448331ebfcca9de9f5996f2c6b3a (diff) | |
download | freebsd-ports-gnome-6505d9b8d0488404b6396f7c554e5121330c0684.tar.gz freebsd-ports-gnome-6505d9b8d0488404b6396f7c554e5121330c0684.tar.zst freebsd-ports-gnome-6505d9b8d0488404b6396f7c554e5121330c0684.zip |
- More fixes
Diffstat (limited to 'sysutils/graveman')
-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 268b6b24d7e1..3cbdd67a5c11 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 |