diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-14 19:25:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-14 19:25:58 +0000 |
commit | ad2e8fff3b7f1307936cb03db8ba699b3ba00031 (patch) | |
tree | 047b82aa010e0c8738c82aaafa5b299a878e5e2a /audio | |
parent | ad9788b6db077caaa2cea9967f1b9874d15a7de2 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tagtool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile index 183f385f2596..d80b3b7cb7b3 100644 --- a/audio/tagtool/Makefile +++ b/audio/tagtool/Makefile @@ -7,6 +7,7 @@ PORTNAME= tagtool PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +23,7 @@ USE_GNOME= gnomehier intlhack libglade2 USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |