diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-01-21 04:40:55 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-01-21 04:40:55 +0000 |
commit | e615ee1cdd7e716bacc63d738fc48a0ab2a8cb34 (patch) | |
tree | 4f00ed02867e3a3972854d03ff4a4a6e4a6b02cb /audio/libgpod | |
parent | f8292fc41dab7b5c2e54f41ebbca3769fa3870aa (diff) | |
download | ports-e615ee1cdd7e716bacc63d738fc48a0ab2a8cb34.tar.gz ports-e615ee1cdd7e716bacc63d738fc48a0ab2a8cb34.zip |
Notes
Diffstat (limited to 'audio/libgpod')
-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 8bdf7c9753dd..37e3b460ac0a 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 \ |