diff options
| author | Michael Landin <mich@FreeBSD.org> | 2006-09-04 14:37:15 +0000 |
|---|---|---|
| committer | Michael Landin <mich@FreeBSD.org> | 2006-09-04 14:37:15 +0000 |
| commit | c4be907bd40870b50c300fb3d8095e93f269cb02 (patch) | |
| tree | 61e5eaeb67724f3ea85205aade458cd0c356f1ad /sysutils/libcdio/Makefile | |
| parent | 207b64752e41bf6abe46e86f7b1ba00d488e77fd (diff) | |
Notes
Diffstat (limited to 'sysutils/libcdio/Makefile')
| -rw-r--r-- | sysutils/libcdio/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index f7829ea5b1d4..080c9850ddec 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -6,6 +6,7 @@ PORTNAME= libcdio PORTVERSION= 0.77 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio @@ -20,7 +21,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig gnomehack USE_GMAKE= yes USE_ICONV= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS+= --with-libpopt-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} \ USE_PERL5_BUILD=yes @@ -42,6 +43,10 @@ PLIST_SUB+= PARANOIA="@comment " .endif post-patch: +.ifndef(WITH_PARANOIA) + ${REINPLACE_CMD} -e 's|libcdio_paranoia.pc||; s|libcdio_cdda.pc||' \ + ${WRKSRC}/Makefile.in +.endif ${REINPLACE_CMD} -e "s,freebsd5\.\*,freebsd5\.\*|freebsd6\.\*|freebsd7\.\*," ${WRKSRC}/configure .include <bsd.port.post.mk> |
