diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-27 14:26:21 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-05-27 14:26:21 +0000 |
commit | ab44d03168f2233ac5ab0acdc15bf65f02149218 (patch) | |
tree | 8ae191dd5ba12cb195389ddfd3fee977f5fcd473 /sysutils/xcdroast | |
parent | 7f798b92bcb3f933389c30b2ee79a37680dbe9b3 (diff) | |
download | ports-ab44d03168f2233ac5ab0acdc15bf65f02149218.tar.gz ports-ab44d03168f2233ac5ab0acdc15bf65f02149218.zip |
Notes
Diffstat (limited to 'sysutils/xcdroast')
-rw-r--r-- | sysutils/xcdroast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xcdroast/Makefile b/sysutils/xcdroast/Makefile index 022d818c606d..02214fb4fb0c 100644 --- a/sysutils/xcdroast/Makefile +++ b/sysutils/xcdroast/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcdroast PORTVERSION= 0.98.a.15 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.xcdroast.org/download/:src \ @@ -23,7 +23,7 @@ OPTIONS= GTK2 "Enable GTK2 support" off \ NONROOT "Use xcdroast w/o being root" off \ NLS "Native language support" on -USE_X_PREFIX= yes +USE_XLIB= yes USE_GETTEXT= yes USE_ICONV= yes USE_CDRTOOLS= yes |