diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-17 06:38:15 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-17 06:38:15 +0000 |
commit | d9fcdb05b0238219c29c8db8243e8356492baabb (patch) | |
tree | c32bb3c6c85775bb61d9377653649ca7ab9cb358 /x11-themes | |
parent | 00d6cb36b73ca458755d1a395d41e0a910e5af9d (diff) | |
download | FreeBSD-ports-d9fcdb05b0238219c29c8db8243e8356492baabb.zip FreeBSD-ports-d9fcdb05b0238219c29c8db8243e8356492baabb.tar.gz |
With portmgr hat on, canonicalize assignment of BROKEN and remove
redundant inclusion of IGNORE.
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/aquaosk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/aquaosk/Makefile b/x11-themes/aquaosk/Makefile index 3bab54f..923d881 100644 --- a/x11-themes/aquaosk/Makefile +++ b/x11-themes/aquaosk/Makefile @@ -15,8 +15,7 @@ MASTER_SITES= http://www.davidsansome.com/ \ MAINTAINER= brian@quynh-and-brian.org COMMENT= An Acqua-like native window decoration for KDE 3 -BROKEN= 'Does not build since KDE 3.2' -IGNORE= ${BROKEN} +BROKEN= Does not build since KDE 3.2 CONFIGURE_ARGS= --prefix=${PREFIX} INSTALLS_SHLIB= yes |