diff options
-rw-r--r-- | audio/libgpod/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libgpod/Makefile b/audio/libgpod/Makefile index 8bdf7c9..37e3b46 100644 --- a/audio/libgpod/Makefile +++ b/audio/libgpod/Makefile @@ -14,12 +14,12 @@ MASTER_SITE_SUBDIR= gtkpod MAINTAINER= danfe@FreeBSD.org COMMENT= A library for direct access of iPod's contents -USE_GETTEXT= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +USE_GETTEXT= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-extract: @${REINPLACE_CMD} -e \ |