diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /sysutils/libcdio/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/libcdio/Makefile')
-rw-r--r-- | sysutils/libcdio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 6491b1769d15..86da6374ed65 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -6,6 +6,7 @@ PORTNAME= libcdio PORTVERSION= 0.76 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio @@ -16,7 +17,7 @@ COMMENT= Compact Disc Input and Control Library LIB_DEPENDS= cddb.3:${PORTSDIR}/audio/libcddb \ popt.0:${PORTSDIR}/devel/popt -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnometarget pkgconfig gnomehack USE_GMAKE= yes USE_ICONV= yes |