diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-06-30 00:49:53 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-06-30 00:49:53 +0000 |
commit | f49ecbd4001157b09b9b209f1d8becc18b186d7f (patch) | |
tree | 1033c4d31d710eebee74eb4a7c3fef7b91567f51 /sysutils/graveman/Makefile | |
parent | 2bc4becdee275dceca4d16688367b372c0b5c5c9 (diff) |
Notes
Diffstat (limited to 'sysutils/graveman/Makefile')
-rw-r--r-- | sysutils/graveman/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/graveman/Makefile b/sysutils/graveman/Makefile index 1a98fabc145d..949ff248af61 100644 --- a/sysutils/graveman/Makefile +++ b/sysutils/graveman/Makefile @@ -6,10 +6,10 @@ # PORTNAME= graveman -PORTVERSION= 0.3.12 +PORTVERSION= 0.3.12.5 CATEGORIES= sysutils MASTER_SITES= http://graveman.tuxfamily.org/sources/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-4 +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-\1/} MAINTAINER= toxa@toxahost.ru COMMENT= Another GTK2 frontend for cdrecord, mkisofs, readcd and sox @@ -19,6 +19,7 @@ LIB_DEPENDS= mng.1:${PORTSDIR}/graphics/libmng USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes USE_GNOME= libglade2 intlhack gnomehack gnomeprefix |